Interface CfnGameSessionQueue.IGameSessionQueueDestinationProperty
A fleet or alias designated in a game session queue.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGameSessionQueueDestinationProperty
Syntax (vb)
Public Interface IGameSessionQueueDestinationProperty
Remarks
Queues fulfill requests for new game sessions by placing a new game session on any of the queue's destinations.
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 gameSessionQueueDestinationProperty = new GameSessionQueueDestinationProperty {
DestinationArn = "destinationArn"
};
Synopsis
Properties
DestinationArn | The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. |
Properties
DestinationArn
The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias.
virtual string DestinationArn { get; }
Property Value
System.String
Remarks
ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.