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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnService.AwsVpcConfigurationProperty
CfnService.AwsVpcConfigurationProperty.Builder, CfnService.AwsVpcConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.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 theCfnService.AwsVpcConfigurationProperty.Builder.
-
-
Method Details
-
getAssignPublicIp
Description copied from interface:CfnService.AwsVpcConfigurationPropertyWhether the task's elastic network interface receives a public IP address.Consider the following when you set this value:
- When you use
create-serviceorupdate-service, the default isDISABLED. - When the service
deploymentControllerisECS, the value must beDISABLED.
- Specified by:
getAssignPublicIpin interfaceCfnService.AwsVpcConfigurationProperty- See Also:
- When you use
-
getSecurityGroups
Description copied from interface:CfnService.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.
All specified security groups must be from the same VPC.
- Specified by:
getSecurityGroupsin interfaceCfnService.AwsVpcConfigurationProperty- See Also:
-
getSubnets
Description copied from interface:CfnService.AwsVpcConfigurationPropertyThe IDs of the subnets associated with the task or service.There's a limit of 16 subnets that can be specified.
All specified subnets must be from the same VPC.
- Specified by:
getSubnetsin interfaceCfnService.AwsVpcConfigurationProperty- See Also:
-
$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()
-