Class CfnApplication.MaxAgeRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticbeanstalk.CfnApplication.MaxAgeRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.MaxAgeRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplication.MaxAgeRuleProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.MaxAgeRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.MaxAgeRuleProperty
An implementation for
CfnApplication.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.services.elasticbeanstalk.CfnApplication.MaxAgeRuleProperty
CfnApplication.MaxAgeRuleProperty.Builder, CfnApplication.MaxAgeRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.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 theCfnApplication.MaxAgeRuleProperty.Builder.
-
-
Method Details
-
getDeleteSourceFromS3
Description copied from interface:CfnApplication.MaxAgeRulePropertySet totrueto delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.- Specified by:
getDeleteSourceFromS3in interfaceCfnApplication.MaxAgeRuleProperty
-
getEnabled
Description copied from interface:CfnApplication.MaxAgeRulePropertySpecifytrueto apply the rule, orfalseto disable it.- Specified by:
getEnabledin interfaceCfnApplication.MaxAgeRuleProperty
-
getMaxAgeInDays
Description copied from interface:CfnApplication.MaxAgeRulePropertySpecify the number of days to retain an application versions.- Specified by:
getMaxAgeInDaysin interfaceCfnApplication.MaxAgeRuleProperty
-
$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()
-