@Stability(value=Experimental) @Internal public static final class VpcConnectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcConnectorProps
VpcConnectorPropssoftware.amazon.jsii.JsiiObject.InitializationModeVpcConnectorProps.Builder, VpcConnectorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(VpcConnectorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VpcConnectorProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<ISecurityGroup> |
getSecurityGroups()
(experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.
|
IVpc |
getVpc()
(experimental) The VPC for the VPC Connector.
|
String |
getVpcConnectorName()
(experimental) The name for the VpcConnector.
|
SubnetSelection |
getVpcSubnets()
(experimental) Where to place the VPC Connector within the VPC.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(VpcConnectorProps.Builder builder)
VpcConnectorProps.Builder.public final IVpc getVpc()
VpcConnectorPropsgetVpc in interface VpcConnectorPropspublic final List<ISecurityGroup> getSecurityGroups()
VpcConnectorPropsDefault: - a new security group will be created in the specified VPC
getSecurityGroups in interface VpcConnectorPropspublic final String getVpcConnectorName()
VpcConnectorPropsDefault: - a name generated by CloudFormation
getVpcConnectorName in interface VpcConnectorPropspublic final SubnetSelection getVpcSubnets()
VpcConnectorPropsDefault: - Private subnets.
getVpcSubnets in interface VpcConnectorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.