class Aws::GameLift::Types::SupportContainerDefinition
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/SupportContainerDefinition AWS API Documentation
@return [Float]<br>: docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerGroupDefinition.html<br><br><br><br>TotalVcpuLimit][1]<br>Related data type: [ContainerGroupDefinition
for the container group.
resources are reserved, the container shares the total vCPU limit
The number of vCPU units that are reserved for the container. If no
@!attribute [rw] vcpu
@return [String]
digest is a SHA 256 hash of the container image manifest.
A unique and immutable identifier for the container image. The
@!attribute [rw] resolved_image_digest
@return [Types::ContainerPortConfiguration]
container fleet’s ‘ConnectionPortRange`.
accessible connection ports, which are assigned as needed from the
Amazon GameLift Servers maps these container ports to externally
ports. Container ports aren’t directly accessed by inbound traffic.
users. Processes running in the container can bind to a one of these
A set of ports that allow access to the container from external
@!attribute [rw] port_configuration
@return [Integer]<br>: docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerGroupDefinition.html<br><br><br><br>TotalMemoryLimitMebibytes][1]<br>Related data type: [ContainerGroupDefinition
allocation.
container, the container shares the container group’s total memory
the container. If memory limits aren’t set for an individual
The amount of memory that Amazon GameLift Servers makes available to
@!attribute [rw] memory_hard_limit_mebibytes
@return [String]
‘ResolvedImageDigest`.
container fleet. For a more specific identifier, see
The URI to the image that Amazon GameLift Servers deploys to a
@!attribute [rw] image_uri
@return [Types::ContainerHealthCheck]
health check.
automatically restarts if it stops functioning or if it fails this
A configuration for a non-terminal health check. A support container
@!attribute [rw] health_check
@return [Boolean]
an essential container fails, the entire container group restarts.
Indicates whether the container is vital to the container group. If
@!attribute [rw] essential
@return [Array<Types::ContainerEnvironment>]<br>: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-environment<br><br><br><br>the *Amazon Elastic Container Service API Reference*.
startup. See the [ContainerDefinition::environment] parameter in
A set of environment variables that’s passed to the container on
@!attribute [rw] environment_override
@return [Array<Types::ContainerMountPoint>]
directory.
directory on the host system and lets it access the file or
A mount point that binds a path inside the container to a file or
@!attribute [rw] mount_points
@return [Array<Types::ContainerDependency>]
containers.
shutdown sequences. A container might have dependencies on multiple
containers in the same container group during its startup and
Indicates that the container relies on the status of other
@!attribute [rw] depends_on
@return [String]
within a container group definition.
The container definition identifier. Container names are unique
@!attribute [rw] container_name<br><br>: docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateContainerGroupDefinition.html<br>[4]: docs.aws.amazon.com/gamelift/latest/apireference/API_ListContainerGroupDefinitions.html<br>[3]: docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeContainerGroupDefinition.html<br>[2]: docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerGroupDefinition.html<br>[1]: docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html<br><br><br><br>[UpdateContainerGroupDefinition][5]<br>[4],
**Returned by:** [DescribeContainerGroupDefinition],
**Part of:** [ContainerGroupDefinition][2]<br><br>[1].
container group definition, use the property
to an existing fleet. When creating or updating a game server
You can update a support container definition and deploy the updates
container group. Support containers don’t run game server processes.
container might be in a game server container group or a per-instance
Describes a support container in a container group. A support