TaskSetNetworkConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignPublicIp: 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: 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

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