Class: Aws::ECS::Types::NetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::NetworkConfiguration
- 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
-
#awsvpc_configuration ⇒ Types::AwsVpcConfiguration
The VPC subnets and security groups that are associated with a task.
Instance Attribute Details
#awsvpc_configuration ⇒ Types::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>
7337 7338 7339 7340 7341 |
# File 'lib/aws-sdk-ecs/types.rb', line 7337 class NetworkConfiguration < Struct.new( :awsvpc_configuration) SENSITIVE = [] include Aws::Structure end |