location_tags
Expands all tag keys and values for locations
in a region
Overview
Name | location_tags |
Type | Resource |
Description | The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location. |
Id | aws.gamelift.location_tags |
Fields
Name | Datatype | Description |
---|---|---|
location_name | string | |
location_arn | string | |
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 locations
in a region.
SELECT
region,
location_name,
location_arn,
tag_key,
tag_value
FROM aws.gamelift.location_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the location_tags
resource, see locations