@Stability(value=Stable) @Internal public static final class CfnService.AwsVpcConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.AwsVpcConfigurationProperty
CfnService.AwsVpcConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnService.AwsVpcConfigurationProperty.Builder, CfnService.AwsVpcConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnService.AwsVpcConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnService.AwsVpcConfigurationProperty.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) |
String |
getAssignPublicIp()
Whether the task's elastic network interface receives a public IP address.
|
List<String> |
getSecurityGroups()
The IDs of the security groups associated with the task or service.
|
List<String> |
getSubnets()
The IDs of the subnets associated with the task or service.
|
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(CfnService.AwsVpcConfigurationProperty.Builder builder)
CfnService.AwsVpcConfigurationProperty.Builder.public final List<String> getSubnets()
CfnService.AwsVpcConfigurationProperty
There's a limit of 16 subnets that can be specified per AwsVpcConfiguration .
All specified subnets must be from the same VPC.
getSubnets in interface CfnService.AwsVpcConfigurationPropertypublic final String getAssignPublicIp()
CfnService.AwsVpcConfigurationProperty
The default value is DISABLED .
getAssignPublicIp in interface CfnService.AwsVpcConfigurationPropertypublic final List<String> getSecurityGroups()
CfnService.AwsVpcConfigurationProperty
If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified per AwsVpcConfiguration .
All specified security groups must be from the same VPC.
getSecurityGroups in interface CfnService.AwsVpcConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.