Class: Aws::Scheduler::Types::NetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::NetworkConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Specifies the network configuration for an ECS task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#awsvpc_configuration ⇒ Types::AwsVpcConfiguration
Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used.
Instance Attribute Details
#awsvpc_configuration ⇒ Types::AwsVpcConfiguration
Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.
856 857 858 859 860 |
# File 'lib/aws-sdk-scheduler/types.rb', line 856 class NetworkConfiguration < Struct.new( :awsvpc_configuration) SENSITIVE = [] include Aws::Structure end |