Class CfnVpcIngressConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnVpcIngressConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcIngressConnectionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcIngressConnectionProps
@Stability(Stable)
@Internal
public static final class CfnVpcIngressConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcIngressConnectionProps
An implementation for
CfnVpcIngressConnectionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnVpcIngressConnectionProps
CfnVpcIngressConnectionProps.Builder, CfnVpcIngressConnectionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVpcIngressConnectionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.final String
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.getTags()
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.final String
The customer-provided VPC Ingress Connection name.final int
hashCode()
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 theCfnVpcIngressConnectionProps.Builder
.
-
-
Method Details
-
getIngressVpcConfiguration
Description copied from interface:CfnVpcIngressConnectionProps
Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.- Specified by:
getIngressVpcConfiguration
in interfaceCfnVpcIngressConnectionProps
-
getServiceArn
Description copied from interface:CfnVpcIngressConnectionProps
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.- Specified by:
getServiceArn
in interfaceCfnVpcIngressConnectionProps
-
getTags
Description copied from interface:CfnVpcIngressConnectionProps
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.A tag is a key-value pair.
- Specified by:
getTags
in interfaceCfnVpcIngressConnectionProps
-
getVpcIngressConnectionName
Description copied from interface:CfnVpcIngressConnectionProps
The customer-provided VPC Ingress Connection name.- Specified by:
getVpcIngressConnectionName
in interfaceCfnVpcIngressConnectionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-