| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GameLift.Types.GameSessionQueueDestination
Description
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.
See: newGameSessionQueueDestination smart constructor.
Constructors
| GameSessionQueueDestination' | |
Fields
| |
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.