| Package | Description |
|---|---|
| software.amazon.awscdk.services.gamelift |
Amazon GameLift Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.create(software.constructs.Construct scope,
String id) |
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.customEventData(String customEventData)
Information to be added to all events that are related to this game session queue.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.destinations(IResolvable destinations)
A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.destinations(List<? extends Object> destinations)
A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.filterConfiguration(CfnGameSessionQueue.FilterConfigurationProperty filterConfiguration)
A list of locations where a queue is allowed to place new game sessions.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.filterConfiguration(IResolvable filterConfiguration)
A list of locations where a queue is allowed to place new game sessions.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.name(String name)
A descriptive label that is associated with game session queue.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.notificationTarget(String notificationTarget)
An SNS topic ARN that is set up to receive game session placement notifications.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.playerLatencyPolicies(IResolvable playerLatencyPolicies)
A set of policies that act as a sliding cap on player latency.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.playerLatencyPolicies(List<? extends Object> playerLatencyPolicies)
A set of policies that act as a sliding cap on player latency.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.priorityConfiguration(CfnGameSessionQueue.PriorityConfigurationProperty priorityConfiguration)
Custom settings to use when prioritizing destinations and locations for game session placements.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.priorityConfiguration(IResolvable priorityConfiguration)
Custom settings to use when prioritizing destinations and locations for game session placements.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.tags(List<? extends CfnTag> tags)
A list of labels to assign to the new game session queue resource.
|
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.timeoutInSeconds(Number timeoutInSeconds)
The maximum time, in seconds, that a new game session placement request remains in the queue.
|
Copyright © 2022. All rights reserved.