Interface IGameSessionQueueReference
A reference to a GameSessionQueue resource.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGameSessionQueueReference
Syntax (vb)
Public Interface IGameSessionQueueReference
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 gameSessionQueueReference = new GameSessionQueueReference {
GameSessionQueueArn = "gameSessionQueueArn",
GameSessionQueueName = "gameSessionQueueName"
};
Synopsis
Properties
| GameSessionQueueArn | The ARN of the GameSessionQueue resource. |
| GameSessionQueueName | The Name of the GameSessionQueue resource. |
Properties
GameSessionQueueArn
The ARN of the GameSessionQueue resource.
string GameSessionQueueArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
GameSessionQueueName
The Name of the GameSessionQueue resource.
string GameSessionQueueName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated