matchmaking_configurations_list_only
Lists matchmaking_configurations in a region or regions, for all properties use matchmaking_configurations
Overview
| Name | matchmaking_configurations_list_only |
| Type | Resource |
| Description | The AWS::GameLift::MatchmakingConfiguration resource creates an Amazon GameLift (GameLift) matchmaking configuration. |
| Id | aws.gamelift.matchmaking_configurations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | A unique identifier for the matchmaking configuration. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all matchmaking_configurations in a region.
SELECT
region,
name
FROM aws.gamelift.matchmaking_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the matchmaking_configurations_list_only resource, see matchmaking_configurations