matchmaking_configurations
Retrieves a list of matchmaking_configurations
in a region
Overview
Name | matchmaking_configurations |
Type | Resource |
Description | matchmaking_configurations |
Id | awscc.gamelift.matchmaking_configurations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A unique identifier for the matchmaking configuration. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.gamelift.matchmaking_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the matchmaking_configurations
resource, the following permissions are required:
Create
gamelift:CreateMatchmakingConfiguration,
gamelift:ListTagsForResource,
gamelift:TagResource,
gamelift:DescribeMatchmakingConfigurations
List
gamelift:DescribeMatchmakingConfigurations