Show / Hide Table of Contents

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 CfnGameSessionQueue.IGameSessionQueueDestinationProperty
Syntax (vb)
Public Interface CfnGameSessionQueue.IGameSessionQueueDestinationProperty
Remarks

Queues fulfill requests for new game sessions by placing a new game session on any of the queue's destinations.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-gamesessionqueuedestination.html

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.

string? DestinationArn { get; }
Property Value

string

Remarks

ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-gamesessionqueuedestination.html#cfn-gamelift-gamesessionqueue-gamesessionqueuedestination-destinationarn

Back to top Generated by DocFX