Interface IGameSessionQueueDestination
(experimental) Represents a game session queue destination.
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public interface IGameSessionQueueDestination
Syntax (vb)
Public Interface IGameSessionQueueDestination
Remarks
Stability: Experimental
Synopsis
Properties
ResourceArnForDestination | (experimental) The ARN(s) to put into the destination field for a game session queue. |
Properties
ResourceArnForDestination
(experimental) The ARN(s) to put into the destination field for a game session queue.
string ResourceArnForDestination { get; }
Property Value
System.String
Remarks
This property is for cdk modules to consume only. You should not need to use this property. Instead, use dedicated identifier on each components.
Stability: Experimental