@Stability(value=Stable)
public static interface CfnApplication.MaxCountRuleProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticbeanstalk.*;
MaxCountRuleProperty maxCountRuleProperty = MaxCountRuleProperty.builder()
.deleteSourceFromS3(false)
.enabled(false)
.maxCount(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.MaxCountRuleProperty.Builder
A builder for
CfnApplication.MaxCountRuleProperty |
static class |
CfnApplication.MaxCountRuleProperty.Jsii$Proxy
An implementation for
CfnApplication.MaxCountRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.MaxCountRuleProperty.Builder |
builder() |
default Object |
getDeleteSourceFromS3()
`CfnApplication.MaxCountRuleProperty.DeleteSourceFromS3`.
|
default Object |
getEnabled()
`CfnApplication.MaxCountRuleProperty.Enabled`.
|
default Number |
getMaxCount()
`CfnApplication.MaxCountRuleProperty.MaxCount`.
|
@Stability(value=Stable) @Nullable default Object getDeleteSourceFromS3()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Number getMaxCount()
@Stability(value=Stable) static CfnApplication.MaxCountRuleProperty.Builder builder()
Copyright © 2021. All rights reserved.