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>
  
      6877 6878 6879 6880 6881  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6877 class NetworkConfiguration < Struct.new( :awsvpc_configuration) SENSITIVE = [] include Aws::Structure end  |