public static final class CfnApplication.MaxCountRuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.MaxCountRuleProperty
CfnApplication.MaxCountRuleProperty
CfnApplication.MaxCountRuleProperty.Builder, CfnApplication.MaxCountRuleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDeleteSourceFromS3()
Set to `true` to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
|
java.lang.Object |
getEnabled()
Specify `true` to apply the rule, or `false` to disable it.
|
java.lang.Number |
getMaxCount()
Specify the maximum number of application versions to retain.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDeleteSourceFromS3()
CfnApplication.MaxCountRuleProperty
getDeleteSourceFromS3
in interface CfnApplication.MaxCountRuleProperty
public final java.lang.Object getEnabled()
CfnApplication.MaxCountRuleProperty
getEnabled
in interface CfnApplication.MaxCountRuleProperty
public final java.lang.Number getMaxCount()
CfnApplication.MaxCountRuleProperty
getMaxCount
in interface CfnApplication.MaxCountRuleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()