locations_list_only
Lists locations in a region or regions, for all properties use locations
Overview
| Name | locations_list_only |
| Type | Resource |
| Description | The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location. |
| Id | aws.gamelift.locations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
location_name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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