aws-cdk-lib.aws_gamelift.CfnGameSessionQueue.DestinationProperty

interface DestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.GameLift.CfnGameSessionQueue.DestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnGameSessionQueue_DestinationProperty
Javasoftware.amazon.awscdk.services.gamelift.CfnGameSessionQueue.DestinationProperty
Pythonaws_cdk.aws_gamelift.CfnGameSessionQueue.DestinationProperty
TypeScript aws-cdk-lib » aws_gamelift » CfnGameSessionQueue » DestinationProperty

A fleet or alias designated in a game session queue.

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const destinationProperty: gamelift.CfnGameSessionQueue.DestinationProperty = {
  destinationArn: 'destinationArn',
};

Properties

NameTypeDescription
destinationArn?stringThe Amazon Resource Name (ARN) that is assigned to fleet or fleet alias.

destinationArn?

Type: string (optional)

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

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