Class CfnTaskSet.AwsVpcConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskSet.AwsVpcConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskSet.AwsVpcConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskSet.AwsVpcConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTaskSet.AwsVpcConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskSet.AwsVpcConfigurationProperty
An implementation for
CfnTaskSet.AwsVpcConfigurationProperty
-
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.ecs.CfnTaskSet.AwsVpcConfigurationProperty
CfnTaskSet.AwsVpcConfigurationProperty.Builder, CfnTaskSet.AwsVpcConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskSet.AwsVpcConfigurationProperty.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 String
Whether the task's elastic network interface receives a public IP address.The IDs of the security groups associated with the task or service.The IDs of the subnets associated with the task or service.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 theCfnTaskSet.AwsVpcConfigurationProperty.Builder
.
-
-
Method Details
-
getSubnets
Description copied from interface:CfnTaskSet.AwsVpcConfigurationProperty
The IDs of the subnets associated with the task or service.There's a limit of 16 subnets that can be specified per
awsvpcConfiguration
.All specified subnets must be from the same VPC.
- Specified by:
getSubnets
in interfaceCfnTaskSet.AwsVpcConfigurationProperty
- See Also:
-
getAssignPublicIp
Description copied from interface:CfnTaskSet.AwsVpcConfigurationProperty
Whether the task's elastic network interface receives a public IP address.The default value is
ENABLED
.- Specified by:
getAssignPublicIp
in interfaceCfnTaskSet.AwsVpcConfigurationProperty
- See Also:
-
getSecurityGroups
Description copied from interface:CfnTaskSet.AwsVpcConfigurationProperty
The IDs of the security groups associated with the task or service.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.
- Specified by:
getSecurityGroups
in interfaceCfnTaskSet.AwsVpcConfigurationProperty
- See Also:
-
$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()
-