interface MatchmakingRuleSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.MatchmakingRuleSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#MatchmakingRuleSetReference |
![]() | software.amazon.awscdk.services.gamelift.MatchmakingRuleSetReference |
![]() | aws_cdk.aws_gamelift.MatchmakingRuleSetReference |
![]() | aws-cdk-lib » aws_gamelift » MatchmakingRuleSetReference |
A reference to a MatchmakingRuleSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const matchmakingRuleSetReference: gamelift.MatchmakingRuleSetReference = {
matchmakingRuleSetArn: 'matchmakingRuleSetArn',
matchmakingRuleSetName: 'matchmakingRuleSetName',
};
Properties
Name | Type | Description |
---|---|---|
matchmaking | string | The ARN of the MatchmakingRuleSet resource. |
matchmaking | string | The Name of the MatchmakingRuleSet resource. |
matchmakingRuleSetArn
Type:
string
The ARN of the MatchmakingRuleSet resource.
matchmakingRuleSetName
Type:
string
The Name of the MatchmakingRuleSet resource.