Class CfnApplicationPropsMixin.MaxCountRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk.CfnApplicationPropsMixin.MaxCountRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.MaxCountRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.MaxCountRuleProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.MaxCountRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.MaxCountRuleProperty
An implementation for
CfnApplicationPropsMixin.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.cfnpropertymixins.services.elasticbeanstalk.CfnApplicationPropsMixin.MaxCountRuleProperty
CfnApplicationPropsMixin.MaxCountRuleProperty.Builder, CfnApplicationPropsMixin.MaxCountRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.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 theCfnApplicationPropsMixin.MaxCountRuleProperty.Builder.
-
-
Method Details
-
getDeleteSourceFromS3
Description copied from interface:CfnApplicationPropsMixin.MaxCountRulePropertySet totrueto delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.Returns union: either
BooleanorIResolvable- Specified by:
getDeleteSourceFromS3in interfaceCfnApplicationPropsMixin.MaxCountRuleProperty- See Also:
-
getEnabled
Description copied from interface:CfnApplicationPropsMixin.MaxCountRulePropertySpecifytrueto apply the rule, orfalseto disable it.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnApplicationPropsMixin.MaxCountRuleProperty- See Also:
-
getMaxCount
Description copied from interface:CfnApplicationPropsMixin.MaxCountRulePropertySpecify the maximum number of application versions to retain.- Specified by:
getMaxCountin interfaceCfnApplicationPropsMixin.MaxCountRuleProperty- See Also:
-
$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()
-