Class CfnGameSessionQueue.GameSessionQueueDestinationProperty
A fleet or alias designated in a game session queue.
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGameSessionQueue.GameSessionQueueDestinationProperty : CfnGameSessionQueue.IGameSessionQueueDestinationProperty
Syntax (vb)
Public Class CfnGameSessionQueue.GameSessionQueueDestinationProperty Implements CfnGameSessionQueue.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
Constructors
GameSessionQueueDestinationProperty() | A fleet or alias designated in a game session queue. |
Properties
DestinationArn | The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. |
Constructors
GameSessionQueueDestinationProperty()
A fleet or alias designated in a game session queue.
public GameSessionQueueDestinationProperty()
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"
};
Properties
DestinationArn
The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias.
public string? DestinationArn { get; set; }
Property Value
Remarks
ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.