Interface IMatchmakingRuleSetReference
A reference to a MatchmakingRuleSet resource.
Namespace: Amazon.CDK.Interfaces.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMatchmakingRuleSetReference
Syntax (vb)
Public Interface 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.Interfaces.GameLift;
var matchmakingRuleSetReference = new MatchmakingRuleSetReference {
MatchmakingRuleSetArn = "matchmakingRuleSetArn",
MatchmakingRuleSetName = "matchmakingRuleSetName"
};
Synopsis
Properties
| MatchmakingRuleSetArn | The ARN of the MatchmakingRuleSet resource. |
| MatchmakingRuleSetName | The Name of the MatchmakingRuleSet resource. |
Properties
MatchmakingRuleSetArn
The ARN of the MatchmakingRuleSet resource.
string MatchmakingRuleSetArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
MatchmakingRuleSetName
The Name of the MatchmakingRuleSet resource.
string MatchmakingRuleSetName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated