Class: Aws::GameLift::Types::ContainerPortConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Defines ranges of ports that server processes can connect to.

**Part of:** ContainerDefinition$PortConfiguration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_port_rangesArray<Types::ContainerPortRange>

Specifies one or more ranges of ports on a container. These ranges must not overlap.

Returns:



1474
1475
1476
1477
1478
# File 'lib/aws-sdk-gamelift/types.rb', line 1474

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