Builder

class Builder

Properties

Link copied to clipboard

The container definition identifier. Container names are unique within a container group definition.

Link copied to clipboard

Indicates that the container relies on the status of other containers in the same container group during startup and shutdown sequences. A container might have dependencies on multiple containers.

Link copied to clipboard

A set of environment variables that's passed to the container on startup. See the ContainerDefinition::environment parameter in the Amazon Elastic Container Service API Reference.

Link copied to clipboard

The URI to the image that Amazon GameLift Servers uses when deploying this container to a container fleet. For a more specific identifier, see ResolvedImageDigest.

Link copied to clipboard

A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.

Link copied to clipboard

The set of ports that are available to bind to processes in the container. For example, a game server process requires a container port to allow game clients to connect to it. Container ports aren't directly accessed by inbound traffic. Amazon GameLift Servers maps these container ports to externally accessible connection ports, which are assigned as needed from the container fleet's ConnectionPortRange.

Link copied to clipboard

A unique and immutable identifier for the container image. The digest is a SHA 256 hash of the container image manifest.

Link copied to clipboard

The Amazon GameLift Servers server SDK version that the game server is integrated with. Only game servers using 5.2.0 or higher are compatible with container fleets.