@Stability(value=Stable) @Internal public static final class CfnVpcConnectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVpcConnectorProps
CfnVpcConnectorPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnVpcConnectorProps.Builder, CfnVpcConnectorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVpcConnectorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVpcConnectorProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getSecurityGroups()
A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.
|
List<String> |
getSubnets()
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC.
|
List<CfnTag> |
getTags()
A list of metadata items that you can associate with your VPC connector resource.
|
String |
getVpcConnectorName()
A name for the VPC connector.
|
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(CfnVpcConnectorProps.Builder builder)
CfnVpcConnectorProps.Builder.public final List<String> getSubnets()
CfnVpcConnectorPropsSpecify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.
App Runner currently only provides support for IPv4.
getSubnets in interface CfnVpcConnectorPropspublic final List<String> getSecurityGroups()
CfnVpcConnectorPropsIf not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.
getSecurityGroups in interface CfnVpcConnectorPropspublic final List<CfnTag> getTags()
CfnVpcConnectorPropsA tag is a key-value pair.
getTags in interface CfnVpcConnectorPropspublic final String getVpcConnectorName()
CfnVpcConnectorPropsIf you don't specify a name, AWS CloudFormation generates a name for your VPC connector.
getVpcConnectorName in interface CfnVpcConnectorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.