TaskSetNetworkConfigurationArgs

data class TaskSetNetworkConfigurationArgs(val assignPublicIp: Output<Boolean>? = null, val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>) : ConvertibleToJava<TaskSetNetworkConfigurationArgs>

Constructors

Link copied to clipboard
constructor(assignPublicIp: Output<Boolean>? = null, securityGroups: Output<List<String>>? = null, subnets: Output<List<String>>)

Properties

Link copied to clipboard
val assignPublicIp: Output<Boolean>? = null

Whether to assign a public IP address to the ENI (FARGATE launch type only). Valid values are true or false. Default false. For more information, see Task Networking.

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. Maximum of 5.

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

The subnets associated with the task or service. Maximum of 16.

Functions

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