public static final class CfnApplicationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationProps
CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.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.String |
getApplicationName()
A name for the Elastic Beanstalk application.
|
java.lang.String |
getDescription()
Your description of the application.
|
java.lang.Object |
getResourceLifecycleConfig()
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
|
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.String getApplicationName()
CfnApplicationProps
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
getApplicationName
in interface CfnApplicationProps
public final java.lang.String getDescription()
CfnApplicationProps
getDescription
in interface CfnApplicationProps
public final java.lang.Object getResourceLifecycleConfig()
CfnApplicationProps
getResourceLifecycleConfig
in interface CfnApplicationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()