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

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

Overview

A set of port ranges that can be opened on the container. A process that's running in the container can bind to a port number, making it accessible to inbound traffic. Container ports map to a container fleet's connection ports.

Part of: GameServerContainerDefinition, GameServerContainerDefinitionInput, SupportContainerDefinition, SupportContainerDefinitionInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_port_rangesArray<Types::ContainerPortRange>

A set of one or more container port number ranges. The ranges can't overlap.

Returns:



1273
1274
1275
1276
1277
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1273

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