location
Gets an individual location
resource
Overview
Name | location |
Type | Resource |
Description | location |
Id | awscc.gamelift.location |
Fields
Name | Datatype | Description |
---|---|---|
location_name | string | |
location_arn | string | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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