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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnVpcIngressConnectionProps
CfnVpcIngressConnectionProps.Builder, CfnVpcIngressConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVpcIngressConnectionProps.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 ObjectSpecifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.final StringThe 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 StringThe customer-provided VPC Ingress Connection name.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 theCfnVpcIngressConnectionProps.Builder.
-
-
Method Details
-
getIngressVpcConfiguration
Description copied from interface:CfnVpcIngressConnectionPropsSpecifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.Returns union: either
IResolvableorCfnVpcIngressConnection.IngressVpcConfigurationProperty- Specified by:
getIngressVpcConfigurationin interfaceCfnVpcIngressConnectionProps- See Also:
-
getServiceArn
Description copied from interface:CfnVpcIngressConnectionPropsThe Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.- Specified by:
getServiceArnin interfaceCfnVpcIngressConnectionProps- See Also:
-
getTags
Description copied from interface:CfnVpcIngressConnectionPropsAn optional list of metadata items that you can associate with the VPC Ingress Connection resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnVpcIngressConnectionProps- See Also:
-
getVpcIngressConnectionName
Description copied from interface:CfnVpcIngressConnectionPropsThe customer-provided VPC Ingress Connection name.- Specified by:
getVpcIngressConnectionNamein interfaceCfnVpcIngressConnectionProps- 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()
-