AWS::GameLift::MatchmakingConfigurationThe AWS::GameLift::MatchmakingConfiguration resource creates an Amazon GameLift (GameLift) matchmaking configuration.
17 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AcceptanceRequired | boolean | Required |
Name | string | RequiredCreate-only |
RequestTimeoutSeconds | integer | Required |
RuleSetName | string | Required |
AcceptanceTimeoutSeconds | integer | |
AdditionalPlayerCount | integer | |
BackfillMode | string | |
CreationTime | string | |
CustomEventData | string | |
Description | string | |
FlexMatchMode | string | |
GameProperties | Array<GameProperty> | |
GameSessionData | string | |
GameSessionQueueArns | Array<string> | |
NotificationTarget | string | |
RuleSetArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking configuration resource and uniquely identifies it. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GameLift::MatchmakingConfiguration
Resources:
MyResource:
Type: AWS::GameLift::MatchmakingConfiguration
Properties:
AcceptanceRequired: true
Name: "my-name"
RequestTimeoutSeconds: 1
RuleSetName: "my-rulesetname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
gamelift:CreateMatchmakingConfigurationgamelift:ListTagsForResourcegamelift:TagResourcegamelift:DescribeMatchmakingConfigurationsgamelift:DescribeMatchmakingConfigurationsgamelift:ListTagsForResourcegamelift:DescribeMatchmakingConfigurationsgamelift:DeleteMatchmakingConfigurationgamelift:DescribeMatchmakingConfigurationsgamelift:DescribeMatchmakingConfigurationsgamelift:UpdateMatchmakingConfigurationgamelift:ListTagsForResourcegamelift:TagResourcegamelift:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name