locations
Retrieves a list of locations
in a region
Overview
Name | locations |
Type | Resource |
Description | locations |
Id | awscc.gamelift.locations |
Fields
Name | Datatype | Description |
---|---|---|
location_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
location_name
FROM awscc.gamelift.locations
WHERE region = 'us-east-1'
Permissions
To operate on the locations
resource, the following permissions are required:
Create
gamelift:CreateLocation,
gamelift:ListLocations,
gamelift:ListTagsForResource,
gamelift:TagResource
List
gamelift:ListLocations