GetTaskExecutionNetworkConfiguration

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

Constructors

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

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 the Task Networking documentation.

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.

Functions

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