NetworkConfigurationResponse

data class NetworkConfigurationResponse(val awsvpcConfiguration: AwsVpcConfigurationResponse? = null)

Definition of NetworkConfiguration

Constructors

Link copied to clipboard
constructor(awsvpcConfiguration: AwsVpcConfigurationResponse? = 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. An object representing the networking details for a task or service. For example `awsvpcConfiguration={subnets=['subnet-12344321'],securityGroups=['sg-12344321']}`