Class: Aws::ECS::Types::ExpressGatewayServiceNetworkConfiguration

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

Overview

The network configuration for an Express service. By default, an Express service utilizes subnets and security groups associated with the default VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_groupsArray<String>

The IDs of the security groups associated with the Express service.

Returns:

  • (Array<String>)


6185
6186
6187
6188
6189
6190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6185

class ExpressGatewayServiceNetworkConfiguration < Struct.new(
  :security_groups,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

The IDs of the subnets associated with the Express service.

Returns:

  • (Array<String>)


6185
6186
6187
6188
6189
6190
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6185

class ExpressGatewayServiceNetworkConfiguration < Struct.new(
  :security_groups,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end