Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GameSessionQueueDestination Source #
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.
Destinations are part of a GameSessionQueue.
See: newGameSessionQueueDestination
smart constructor.
GameSessionQueueDestination' | |
|
Instances
newGameSessionQueueDestination :: GameSessionQueueDestination Source #
Create a value of GameSessionQueueDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destinationArn:GameSessionQueueDestination'
, gameSessionQueueDestination_destinationArn
- 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.
gameSessionQueueDestination_destinationArn :: Lens' GameSessionQueueDestination (Maybe Text) Source #
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.