Task Set Aws Vpc Configuration Args
data class TaskSetAwsVpcConfigurationArgs(val assignPublicIp: Output<TaskSetAwsVpcConfigurationAssignPublicIp>? = null, val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>) : ConvertibleToJava<TaskSetAwsVpcConfigurationArgs>
The VPC subnets and security groups associated with a task. All specified subnets and security groups must be from the same VPC.
Constructors
Link copied to clipboard
constructor(assignPublicIp: Output<TaskSetAwsVpcConfigurationAssignPublicIp>? = null, securityGroups: Output<List<String>>? = null, subnets: Output<List<String>>)
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 security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. There is a limit of 5 security groups that can be specified per AwsVpcConfiguration.