Class CfnService.AwsVpcConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.AwsVpcConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.AwsVpcConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnService.AwsVpcConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.AwsVpcConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.AwsVpcConfigurationProperty
An implementation for
CfnService.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.CfnService.AwsVpcConfigurationProperty
CfnService.AwsVpcConfigurationProperty.Builder, CfnService.AwsVpcConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.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 theCfnService.AwsVpcConfigurationProperty.Builder
.
-
-
Method Details
-
getSubnets
Description copied from interface:CfnService.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 interfaceCfnService.AwsVpcConfigurationProperty
-
getAssignPublicIp
Description copied from interface:CfnService.AwsVpcConfigurationProperty
Whether the task's elastic network interface receives a public IP address.The default value is
DISABLED
.- Specified by:
getAssignPublicIp
in interfaceCfnService.AwsVpcConfigurationProperty
-
getSecurityGroups
Description copied from interface:CfnService.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 interfaceCfnService.AwsVpcConfigurationProperty
-
$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()
-