ServiceNetworkConfigurationArgs

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

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

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

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
val subnets: Output<List<String>>

Subnets associated with the task or service.

Functions

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