UpdateContainerGroupDefinitionRequest
Types
Properties
An updated definition for the game server container in this group. Define a game server container only when the container group type is GAME_SERVER
. You can pass in your container definitions as a JSON file.
The platform that all containers in the group use. Containers in a group must run on the same operating system.
The container group definition version to update. The new version starts with values from the source version, and then updates values included in this request.
One or more definitions for support containers in this group. You can define a support container in any type of container group. You can pass in your container definitions as a JSON file.
The maximum amount of memory (in MiB) to allocate to the container group. All containers in the group share this memory. If you specify memory limits for an individual container, the total value must be greater than any individual container's memory limit.
The maximum amount of vCPU units to allocate to the container group (1 vCPU is equal to 1024 CPU units). All containers in the group share this memory. If you specify vCPU limits for individual containers, the total value must be equal to or greater than the sum of the CPU limits for all containers in the group.
A description for this update to the container group definition.