scripts
Retrieves a list of scripts
in a region
Overview
Name | scripts |
Type | Resource |
Description | scripts |
Id | awscc.gamelift.scripts |
Fields
Name | Datatype | Description |
---|---|---|
id | string | A unique identifier for the Realtime script |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.gamelift.scripts
WHERE region = 'us-east-1'
Permissions
To operate on the scripts
resource, the following permissions are required:
Create
gamelift:CreateScript,
gamelift:ListTagsForResource,
gamelift:TagResource,
gamelift:DescribeScript,
iam:PassRole
List
gamelift:ListScripts,
gamelift:DescribeScript