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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnTaskSet.AwsVpcConfigurationProperty
CfnTaskSet.AwsVpcConfigurationProperty.Builder, CfnTaskSet.AwsVpcConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskSet.AwsVpcConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringWhether 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 inthashCode()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.AwsVpcConfigurationPropertyThe 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:
getSubnetsin interfaceCfnTaskSet.AwsVpcConfigurationProperty
-
getAssignPublicIp
Description copied from interface:CfnTaskSet.AwsVpcConfigurationPropertyWhether the task's elastic network interface receives a public IP address.The default value is
DISABLED.- Specified by:
getAssignPublicIpin interfaceCfnTaskSet.AwsVpcConfigurationProperty
-
getSecurityGroups
Description copied from interface:CfnTaskSet.AwsVpcConfigurationPropertyThe 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:
getSecurityGroupsin interfaceCfnTaskSet.AwsVpcConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-