Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps-
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.refactorspaces.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 ObjectThe endpoint URL of the Amazon API Gateway proxy.final StringThe unique identifier of the environment.final StringgetName()The name of the application.final StringThe proxy type of the proxy created within the application.getTags()The tags assigned to the application.final StringgetVpcId()The ID of the virtual private cloud (VPC).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 theCfnApplicationProps.Builder.
-
-
Method Details
-
getEnvironmentIdentifier
Description copied from interface:CfnApplicationPropsThe unique identifier of the environment.- Specified by:
getEnvironmentIdentifierin interfaceCfnApplicationProps- See Also:
-
getName
Description copied from interface:CfnApplicationPropsThe name of the application.- Specified by:
getNamein interfaceCfnApplicationProps- See Also:
-
getProxyType
Description copied from interface:CfnApplicationPropsThe proxy type of the proxy created within the application.- Specified by:
getProxyTypein interfaceCfnApplicationProps- See Also:
-
getVpcId
Description copied from interface:CfnApplicationPropsThe ID of the virtual private cloud (VPC).- Specified by:
getVpcIdin interfaceCfnApplicationProps- See Also:
-
getApiGatewayProxy
Description copied from interface:CfnApplicationPropsThe endpoint URL of the Amazon API Gateway proxy.Returns union: either
IResolvableorCfnApplication.ApiGatewayProxyInputProperty- Specified by:
getApiGatewayProxyin interfaceCfnApplicationProps- See Also:
-
getTags
Description copied from interface:CfnApplicationPropsThe tags assigned to the application.- Specified by:
getTagsin interfaceCfnApplicationProps- 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()
-