TaskSetAwsVpcConfigurationArgs

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
val securityGroups: Output<List<String>>? = null

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.

Link copied to clipboard
val subnets: Output<List<String>>

The subnets associated with the task or service. There is a limit of 16 subnets that can be specified per AwsVpcConfiguration.

Functions

Link copied to clipboard
open override fun toJava(): TaskSetAwsVpcConfigurationArgs