ScheduleNetworkConfiguration

data class ScheduleNetworkConfiguration(val awsvpcConfiguration: ScheduleAwsVpcConfiguration? = null)

This structure specifies the network configuration for an ECS task.

Constructors

Link copied to clipboard
constructor(awsvpcConfiguration: ScheduleAwsVpcConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.