Skip to main content

scripts

Retrieves a list of scripts in a region

Overview

Namescripts
TypeResource
Descriptionscripts
Idawscc.gamelift.scripts

Fields

NameDatatypeDescription
idstringA unique identifier for the Realtime script
regionstringAWS 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