Get Task Execution Network Configuration
data class GetTaskExecutionNetworkConfiguration(val assignPublicIp: Boolean? = null, val securityGroups: List<String>? = null, val subnets: List<String>) : ConvertibleToJava<GetTaskExecutionNetworkConfiguration>
Constructors
Functions
Properties
Link copied to clipboard
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.