Class CfnVpcIngressConnectionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnVpcIngressConnectionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcIngressConnectionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcIngressConnectionMixinProps
@Stability(Stable)
@Internal
public static final class CfnVpcIngressConnectionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcIngressConnectionMixinProps
An implementation for
CfnVpcIngressConnectionMixinProps-
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.apprunner.CfnVpcIngressConnectionMixinProps
CfnVpcIngressConnectionMixinProps.Builder, CfnVpcIngressConnectionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVpcIngressConnectionMixinProps.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 theCfnVpcIngressConnectionMixinProps.Builder.
-
-
Method Details
-
getIngressVpcConfiguration
Description copied from interface:CfnVpcIngressConnectionMixinPropsSpecifications 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
IResolvableorCfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty- Specified by:
getIngressVpcConfigurationin interfaceCfnVpcIngressConnectionMixinProps- See Also:
-
getServiceArn
Description copied from interface:CfnVpcIngressConnectionMixinPropsThe Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.- Specified by:
getServiceArnin interfaceCfnVpcIngressConnectionMixinProps- See Also:
-
getTags
Description copied from interface:CfnVpcIngressConnectionMixinPropsAn 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 interfaceCfnVpcIngressConnectionMixinProps- See Also:
-
getVpcIngressConnectionName
Description copied from interface:CfnVpcIngressConnectionMixinPropsThe customer-provided VPC Ingress Connection name.- Specified by:
getVpcIngressConnectionNamein interfaceCfnVpcIngressConnectionMixinProps- 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()
-