Aws Vpc Configuration Args
data class AwsVpcConfigurationArgs(val assignPublicIp: Output<Either<String, AwsVpcConfigurationAssignPublicIp>>? = null, val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>? = null) : ConvertibleToJava<AwsVpcConfigurationArgs>
Definition of AwsVpcConfiguration
Properties
Link copied to clipboard
Whether the task's elastic network interface receives a public IP address. The default value is `DISABLED`
.
Link copied to clipboard
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.