container_group_definition_tags
Expands all tag keys and values for container_group_definitions
in a region
Overview
Name | container_group_definition_tags |
Type | Resource |
Description | The AWS::GameLift::ContainerGroupDefinition resource creates an Amazon GameLift container group definition. |
Id | aws.gamelift.container_group_definition_tags |
Fields
Name | Datatype | Description |
---|---|---|
container_group_definition_arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions. |
creation_time | string | A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057"). |
operating_system | string | The operating system of the container group |
name | string | A descriptive label for the container group definition. |
container_group_type | string | The scope of the container group |
total_memory_limit_mebibytes | integer | The total memory limit of container groups following this definition in MiB |
total_vcpu_limit | number | The total amount of virtual CPUs on the container group definition |
game_server_container_definition | object | Specifies the information required to run game servers with this container group |
support_container_definitions | array | A collection of support container definitions that define the containers in this group. |
version_number | integer | The version of this ContainerGroupDefinition |
source_version_number | integer | A specific ContainerGroupDefinition version to be updated |
version_description | string | The description of this version |
status | string | A string indicating ContainerGroupDefinition status. |
status_reason | string | A string indicating the reason for ContainerGroupDefinition status. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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