Skip to main content

scripts_list_only

Lists scripts in a region or regions, for all properties use scripts

Overview

Namescripts_list_only
TypeResource
DescriptionThe 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.
Idaws.gamelift.scripts_list_only

Fields

NameDatatypeDescription
idstringA unique identifier for the Realtime script
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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