Class MatchmakingRuleSetReference
A reference to a MatchmakingRuleSet resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MatchmakingRuleSetReference : IMatchmakingRuleSetReference
Syntax (vb)
Public Class MatchmakingRuleSetReference Implements IMatchmakingRuleSetReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift;
var matchmakingRuleSetReference = new MatchmakingRuleSetReference {
MatchmakingRuleSetArn = "matchmakingRuleSetArn",
MatchmakingRuleSetName = "matchmakingRuleSetName"
};
Synopsis
Constructors
| MatchmakingRuleSetReference() | A reference to a MatchmakingRuleSet resource. |
Properties
| MatchmakingRuleSetArn | The ARN of the MatchmakingRuleSet resource. |
| MatchmakingRuleSetName | The Name of the MatchmakingRuleSet resource. |
Constructors
MatchmakingRuleSetReference()
A reference to a MatchmakingRuleSet resource.
public MatchmakingRuleSetReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift;
var matchmakingRuleSetReference = new MatchmakingRuleSetReference {
MatchmakingRuleSetArn = "matchmakingRuleSetArn",
MatchmakingRuleSetName = "matchmakingRuleSetName"
};
Properties
MatchmakingRuleSetArn
The ARN of the MatchmakingRuleSet resource.
public string MatchmakingRuleSetArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
MatchmakingRuleSetName
The Name of the MatchmakingRuleSet resource.
public string MatchmakingRuleSetName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated