ServiceNetworkConfiguration

data class ServiceNetworkConfiguration(val awsvpcConfiguration: ServiceAwsVpcConfiguration? = null)

The network configuration for a task or service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The VPC subnets and security groups that are associated with a task. All specified subnets and security groups must be from the same VPC.