JobDefinitionNetworkConfiguration

data class JobDefinitionNetworkConfiguration(val assignPublicIp: String? = null)

Constructors

Link copied to clipboard
constructor(assignPublicIp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignPublicIp: String? = null

Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide . The default value is " DISABLED ".