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.Object |
getApiGatewayProxy()
The endpoint URL of the Amazon API Gateway proxy.
|
java.lang.String |
getEnvironmentIdentifier()
The unique identifier of the environment.
|
java.lang.String |
getName()
The name of the application.
|
java.lang.String |
getProxyType()
The proxy type of the proxy created within the application.
|
java.util.List<CfnTag> |
getTags()
The tags assigned to the application.
|
java.lang.String |
getVpcId()
The ID of the virtual private cloud (VPC).
|
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 getApiGatewayProxy()
CfnApplicationProps
getApiGatewayProxy
in interface CfnApplicationProps
public final java.lang.String getEnvironmentIdentifier()
CfnApplicationProps
getEnvironmentIdentifier
in interface CfnApplicationProps
public final java.lang.String getName()
CfnApplicationProps
getName
in interface CfnApplicationProps
public final java.lang.String getProxyType()
CfnApplicationProps
getProxyType
in interface CfnApplicationProps
public final java.util.List<CfnTag> getTags()
CfnApplicationProps
getTags
in interface CfnApplicationProps
public final java.lang.String getVpcId()
CfnApplicationProps
getVpcId
in interface CfnApplicationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()