Class: Aws::GameLift::Types::ContainerAttributes

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

Overview

This data type is used with the Amazon GameLift containers feature, which is currently in public preview.

Describes attributes of containers that are deployed to a fleet with compute type CONTAINER.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_port_mappingsArray<Types::ContainerPortMapping>

Describes how container ports map to connection ports on the fleet instance. Incoming traffic connects to a game via a connection port. A ContainerPortMapping directs the traffic from a connection port to a port on the container that hosts the game session.

Returns:



571
572
573
574
575
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 571

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