Skip to main content

locations_list_only

Lists locations in a region or regions, for all properties use locations

Overview

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

Fields

NameDatatypeDescription
location_namestring
location_arnstring
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all locations in a region.

SELECT
region,
location_name
FROM aws.gamelift.locations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the locations_list_only resource, see locations