Show / Hide Table of Contents

Class CfnGameSessionQueue.GameSessionQueueDestinationProperty

A fleet or alias designated in a game session queue.

Inheritance
object
CfnGameSessionQueue.GameSessionQueueDestinationProperty
Implements
CfnGameSessionQueue.IGameSessionQueueDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

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.

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"
             };

Properties

DestinationArn

The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias.

public string? DestinationArn { get; set; }
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

Implements

CfnGameSessionQueue.IGameSessionQueueDestinationProperty
Back to top Generated by DocFX