scripts_list_only
Lists scripts in a region or regions, for all properties use scripts
Overview
| Name | scripts_list_only |
| Type | Resource |
| Description | The AWS::GameLift::Script resource creates a new script record for your Realtime Servers script. Realtime scripts are JavaScript that provide configuration settings and optional custom game logic for your game. The script is deployed when you create a Realtime Servers fleet to host your game sessions. Script logic is executed during an active game session. |
| Id | aws.gamelift.scripts_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | A unique identifier for the Realtime script |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all scripts in a region.
SELECT
region,
id
FROM aws.gamelift.scripts_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the scripts_list_only resource, see scripts