Class CfnApplicationPropsMixin.MaxAgeRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.elasticbeanstalk.mixins.CfnApplicationPropsMixin.MaxAgeRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.MaxAgeRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.MaxAgeRuleProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.MaxAgeRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.MaxAgeRuleProperty
An implementation for
CfnApplicationPropsMixin.MaxAgeRuleProperty-
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.mixins.preview.services.elasticbeanstalk.mixins.CfnApplicationPropsMixin.MaxAgeRuleProperty
CfnApplicationPropsMixin.MaxAgeRuleProperty.Builder, CfnApplicationPropsMixin.MaxAgeRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.MaxAgeRuleProperty.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 number of days to retain an application versions.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.MaxAgeRuleProperty.Builder.
-
-
Method Details
-
getDeleteSourceFromS3
Description copied from interface:CfnApplicationPropsMixin.MaxAgeRulePropertySet 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.MaxAgeRuleProperty- See Also:
-
getEnabled
Description copied from interface:CfnApplicationPropsMixin.MaxAgeRulePropertySpecifytrueto apply the rule, orfalseto disable it.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnApplicationPropsMixin.MaxAgeRuleProperty- See Also:
-
getMaxAgeInDays
Description copied from interface:CfnApplicationPropsMixin.MaxAgeRulePropertySpecify the number of days to retain an application versions.- Specified by:
getMaxAgeInDaysin interfaceCfnApplicationPropsMixin.MaxAgeRuleProperty- 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()
-