Class MatchmakingConfigurationReference
A reference to a MatchmakingConfiguration resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MatchmakingConfigurationReference : IMatchmakingConfigurationReference
Syntax (vb)
Public Class MatchmakingConfigurationReference Implements IMatchmakingConfigurationReference
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 matchmakingConfigurationReference = new MatchmakingConfigurationReference {
MatchmakingConfigurationArn = "matchmakingConfigurationArn",
MatchmakingConfigurationName = "matchmakingConfigurationName"
};
Synopsis
Constructors
| MatchmakingConfigurationReference() | A reference to a MatchmakingConfiguration resource. |
Properties
| MatchmakingConfigurationArn | The ARN of the MatchmakingConfiguration resource. |
| MatchmakingConfigurationName | The Name of the MatchmakingConfiguration resource. |
Constructors
MatchmakingConfigurationReference()
A reference to a MatchmakingConfiguration resource.
public MatchmakingConfigurationReference()
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 matchmakingConfigurationReference = new MatchmakingConfigurationReference {
MatchmakingConfigurationArn = "matchmakingConfigurationArn",
MatchmakingConfigurationName = "matchmakingConfigurationName"
};
Properties
MatchmakingConfigurationArn
The ARN of the MatchmakingConfiguration resource.
public string MatchmakingConfigurationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
MatchmakingConfigurationName
The Name of the MatchmakingConfiguration resource.
public string MatchmakingConfigurationName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated