public static final class CfnRule.AwsVpcConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRule.AwsVpcConfigurationProperty
CfnRule.AwsVpcConfigurationProperty
CfnRule.AwsVpcConfigurationProperty.Builder, CfnRule.AwsVpcConfigurationProperty.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAssignPublicIp()
Specifies whether the task's elastic network interface receives a public IP address.
|
java.util.List<java.lang.String> |
getSecurityGroups()
Specifies the security groups associated with the task.
|
java.util.List<java.lang.String> |
getSubnets()
Specifies the subnets associated with the task.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getSubnets()
CfnRule.AwsVpcConfigurationProperty
These subnets must all be in the same VPC. You can specify as many as 16 subnets.
getSubnets
in interface CfnRule.AwsVpcConfigurationProperty
public final java.lang.String getAssignPublicIp()
CfnRule.AwsVpcConfigurationProperty
You can specify ENABLED
only when LaunchType
in EcsParameters
is set to FARGATE
.
getAssignPublicIp
in interface CfnRule.AwsVpcConfigurationProperty
public final java.util.List<java.lang.String> getSecurityGroups()
CfnRule.AwsVpcConfigurationProperty
These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.
getSecurityGroups
in interface CfnRule.AwsVpcConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()