AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
For tasks that use the awsvpc
networking mode, the VPC subnet and security group configuration.
Contents
- AssignPublicIp
-
Whether the task's elastic network interface receives a public IP address. The default value is
DISABLED
.Valid values:
ENABLED
|DISABLED
Type: String
Pattern:
.*\S.*
Required: No
- SecurityGroups
-
The IDs of the security groups associated with the task or service.
You can provide up to five security groups.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- Subnets
-
The IDs of the subnets associated with the task or service.
You can provide up to 16 subnets.
Type: Array of strings
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: