interface IGameSessionQueueDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GameLift.Alpha.IGameSessionQueueDestination |
Go | github.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#IGameSessionQueueDestination |
Java | software.amazon.awscdk.services.gamelift.alpha.IGameSessionQueueDestination |
Python | aws_cdk.aws_gamelift_alpha.IGameSessionQueueDestination |
TypeScript (source) | @aws-cdk/aws-gamelift-alpha ยป IGameSessionQueueDestination |
Implemented by
Alias, Build
Represents a game session queue destination.
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The ARN(s) to put into the destination field for a game session queue. |
resourceArnForDestination
Type:
string
The ARN(s) to put into the destination field for a game session queue.
This property is for cdk modules to consume only. You should not need to use this property. Instead, use dedicated identifier on each components.

.NET
Go
Java
Python
TypeScript (