ServiceNetworkConfiguration

data class ServiceNetworkConfiguration(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

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

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.

Link copied to clipboard

Subnets associated with the task or service.