@Stability(value=Stable)
public static interface CfnGameSessionQueue.DestinationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.gamelift.*;
DestinationProperty destinationProperty = DestinationProperty.builder()
.destinationArn("destinationArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGameSessionQueue.DestinationProperty.Builder
A builder for
CfnGameSessionQueue.DestinationProperty |
static class |
CfnGameSessionQueue.DestinationProperty.Jsii$Proxy
An implementation for
CfnGameSessionQueue.DestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGameSessionQueue.DestinationProperty.Builder |
builder() |
default String |
getDestinationArn()
The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias.
|
@Stability(value=Stable) @Nullable default String getDestinationArn()
ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.
@Stability(value=Stable) static CfnGameSessionQueue.DestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.