Class: Aws::Scheduler::Types::NetworkConfiguration

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

Overview

Specifies the network configuration for an ECS task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#awsvpc_configurationTypes::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 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 856

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