Skip to main content

location_tags

Expands all tag keys and values for locations in a region

Overview

Namelocation_tags
TypeResource
DescriptionThe AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location.
Idaws.gamelift.location_tags

Fields

NameDatatypeDescription
location_namestring
location_arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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