Class: Aws::ECS::Types::NetworkConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

The network configuration for a task or service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#awsvpc_configurationTypes::AwsVpcConfiguration

The VPC subnets and security groups that are associated with a task.

All specified subnets and security groups must be from the same VPC.



6929
6930
6931
6932
6933
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6929

class NetworkConfiguration < Struct.new(
  :awsvpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end