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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> All specified subnets and security groups must be from the same VPC.

</note>


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

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