DescribeContainerGroupPortMappingsResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for the compute resource running the game server container group. Returned when ContainerGroupType is GAME_SERVER.

Link copied to clipboard

The Amazon Resource Name (ARN) that is assigned to the container group definition. The ARN value also identifies the specific container group definition version in use.

Link copied to clipboard

A list of ContainerGroupPortMapping objects that describe the port mappings for each container in the container group.

Link copied to clipboard

The type of container group that was specified in the request. Valid values are GAME_SERVER or PER_INSTANCE.

Link copied to clipboard

A unique identifier for the container fleet.

Link copied to clipboard

A unique identifier for the fleet instance. For GAME_SERVER requests, this is the instance running the specified compute. For PER_INSTANCE requests, this is the instance specified in the request.

Link copied to clipboard

The location of the fleet instance, expressed as an Amazon Web Services Region code, such as us-west-2.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String