Class VpcIngressConnectionAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.VpcIngressConnectionAttributes.Jsii$Proxy
- All Implemented Interfaces:
VpcIngressConnectionAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcIngressConnectionAttributes
@Stability(Experimental)
@Internal
public static final class VpcIngressConnectionAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcIngressConnectionAttributes
An implementation for
VpcIngressConnectionAttributes-
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.apprunner.alpha.VpcIngressConnectionAttributes
VpcIngressConnectionAttributes.Builder, VpcIngressConnectionAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theVpcIngressConnectionAttributes.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 String(experimental) The domain name associated with the VPC Ingress Connection resource.final String(experimental) The current status of the VPC Ingress Connection.final String(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.final String(experimental) The name of the VPC Ingress Connection.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 theVpcIngressConnectionAttributes.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:VpcIngressConnectionAttributes(experimental) The domain name associated with the VPC Ingress Connection resource.- Specified by:
getDomainNamein interfaceVpcIngressConnectionAttributes
-
getStatus
Description copied from interface:VpcIngressConnectionAttributes(experimental) The current status of the VPC Ingress Connection.- Specified by:
getStatusin interfaceVpcIngressConnectionAttributes
-
getVpcIngressConnectionArn
Description copied from interface:VpcIngressConnectionAttributes(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.- Specified by:
getVpcIngressConnectionArnin interfaceVpcIngressConnectionAttributes
-
getVpcIngressConnectionName
Description copied from interface:VpcIngressConnectionAttributes(experimental) The name of the VPC Ingress Connection.- Specified by:
getVpcIngressConnectionNamein interfaceVpcIngressConnectionAttributes
-
$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()
-