Skip to main content

location

Gets an individual location resource

Overview

Namelocation
TypeResource
Descriptionlocation
Idawscc.gamelift.location

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
location_name,
location_arn,
tags
FROM awscc.gamelift.location
WHERE data__Identifier = '<LocationName>';

Permissions

To operate on the location resource, the following permissions are required:

Read

gamelift:ListLocations,
gamelift:ListTagsForResource

Delete

gamelift:DeleteLocation

Update

gamelift:ListLocations,
gamelift:ListTagsForResource,
gamelift:TagResource,
gamelift:UntagResource