container_group_definitions_list_only
Lists container_group_definitions
in a region or regions, for all properties use container_group_definitions
Overview
Name | container_group_definitions_list_only |
Type | Resource |
Description | The AWS::GameLift::ContainerGroupDefinition resource creates an Amazon GameLift container group definition. |
Id | aws.gamelift.container_group_definitions_list_only |
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. |
name | string | A descriptive label for the container group definition. |
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"). |
scheduling_strategy | string | Specifies whether the container group includes replica or daemon containers. |
total_memory_limit | integer | The maximum amount of memory (in MiB) to allocate for this container group. |
total_cpu_limit | integer | The maximum number of CPU units reserved for this container group. The value is expressed as an integer amount of CPU units. (1 vCPU is equal to 1024 CPU units.) |
container_definitions | array | A collection of container definitions that define the containers in this group. |
tags | array | An array of key-value pairs to apply to this resource. |
operating_system | string | The operating system of the container group |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all container_group_definitions
in a region.
SELECT
region,
name
FROM aws.gamelift.container_group_definitions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the container_group_definitions_list_only
resource, see container_group_definitions