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