Class VpcConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.VpcConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
VpcConnectorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VpcConnectorProps
@Stability(Experimental)
@Internal
public static final class VpcConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcConnectorProps
An implementation for
VpcConnectorProps
-
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.VpcConnectorProps
VpcConnectorProps.Builder, VpcConnectorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcConnectorProps.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 List<ISecurityGroup>
(experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.final IVpc
getVpc()
(experimental) The VPC for the VPC Connector.final String
(experimental) The name for the VpcConnector.final SubnetSelection
(experimental) Where to place the VPC Connector within the VPC.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 theVpcConnectorProps.Builder
.
-
-
Method Details
-
getVpc
Description copied from interface:VpcConnectorProps
(experimental) The VPC for the VPC Connector.- Specified by:
getVpc
in interfaceVpcConnectorProps
-
getSecurityGroups
Description copied from interface:VpcConnectorProps
(experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.Default: - a new security group will be created in the specified VPC
- Specified by:
getSecurityGroups
in interfaceVpcConnectorProps
-
getVpcConnectorName
Description copied from interface:VpcConnectorProps
(experimental) The name for the VpcConnector.Default: - a name generated by CloudFormation
- Specified by:
getVpcConnectorName
in interfaceVpcConnectorProps
-
getVpcSubnets
Description copied from interface:VpcConnectorProps
(experimental) Where to place the VPC Connector within the VPC.Default: - Private subnets.
- Specified by:
getVpcSubnets
in interfaceVpcConnectorProps
-
$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()
-