Skip to main content

container_group_definition_tags

Expands all tag keys and values for container_group_definitions in a region

Overview

Namecontainer_group_definition_tags
TypeResource
DescriptionThe AWS::GameLift::ContainerGroupDefinition resource creates an Amazon GameLift container group definition.
Idaws.gamelift.container_group_definition_tags

Fields

NameDatatypeDescription
container_group_definition_arnstringThe Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
creation_timestringA time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
operating_systemstringThe operating system of the container group
namestringA descriptive label for the container group definition.
container_group_typestringThe scope of the container group
total_memory_limit_mebibytesintegerThe total memory limit of container groups following this definition in MiB
total_vcpu_limitnumberThe total amount of virtual CPUs on the container group definition
game_server_container_definitionobjectSpecifies the information required to run game servers with this container group
support_container_definitionsarrayA collection of support container definitions that define the containers in this group.
version_numberintegerThe version of this ContainerGroupDefinition
source_version_numberintegerA specific ContainerGroupDefinition version to be updated
version_descriptionstringThe description of this version
statusstringA string indicating ContainerGroupDefinition status.
status_reasonstringA string indicating the reason for ContainerGroupDefinition status.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all container_group_definitions in a region.

SELECT
region,
container_group_definition_arn,
creation_time,
operating_system,
name,
container_group_type,
total_memory_limit_mebibytes,
total_vcpu_limit,
game_server_container_definition,
support_container_definitions,
version_number,
source_version_number,
version_description,
status,
status_reason,
tag_key,
tag_value
FROM aws.gamelift.container_group_definition_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the container_group_definition_tags resource, see container_group_definitions