aws.gamelift.describe_matchmaking_rule_sets
Example SQL Queries
SELECT * FROMaws.gamelift.describe_matchmaking_rule_sets;Description
Retrieves the details for FlexMatch matchmaking rule sets. You can request all existing rule sets for the Region, or provide a list of one or more rule set names. When requesting multiple items, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a rule set is returned for each requested name.
Learn more
Table Definition
| Column Name | Column Data Type |
|---|---|
| names Input Column A list of one or more matchmaking rule set names to retrieve details for. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057"). | TIMESTAMP_S |
| rule_set_arn The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::matchmakingruleset/<ruleset name>. In a GameLift rule set ARN, the resource ID matches the RuleSetName value. | VARCHAR |
| rule_set_body A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field. | VARCHAR |
| rule_set_name A unique identifier for the matchmaking rule set | VARCHAR |