AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: