Class CfnApplication.MaxCountRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticbeanstalk.CfnApplication.MaxCountRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.MaxCountRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplication.MaxCountRuleProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.MaxCountRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.MaxCountRuleProperty
An implementation for
CfnApplication.MaxCountRuleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnApplication.MaxCountRuleProperty
CfnApplication.MaxCountRuleProperty.Builder, CfnApplication.MaxCountRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.MaxCountRuleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSet totrueto delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.final ObjectSpecifytrueto apply the rule, orfalseto disable it.final NumberSpecify the maximum number of application versions to retain.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplication.MaxCountRuleProperty.Builder.
-
-
Method Details
-
getDeleteSourceFromS3
Description copied from interface:CfnApplication.MaxCountRulePropertySet totrueto delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.- Specified by:
getDeleteSourceFromS3in interfaceCfnApplication.MaxCountRuleProperty
-
getEnabled
Description copied from interface:CfnApplication.MaxCountRulePropertySpecifytrueto apply the rule, orfalseto disable it.- Specified by:
getEnabledin interfaceCfnApplication.MaxCountRuleProperty
-
getMaxCount
Description copied from interface:CfnApplication.MaxCountRulePropertySpecify the maximum number of application versions to retain.- Specified by:
getMaxCountin interfaceCfnApplication.MaxCountRuleProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-