Skip to main content

locations

Retrieves a list of locations in a region

Overview

Namelocations
TypeResource
Descriptionlocations
Idawscc.gamelift.locations

Fields

NameDatatypeDescription
location_namestring
regionstringAWS 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