Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnGameSessionQueuePropsMixin.Builder
Packages that use CfnGameSessionQueuePropsMixin.Builder
-
Uses of CfnGameSessionQueuePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.gamelift
Methods in software.amazon.awscdk.cfnpropertymixins.services.gamelift that return CfnGameSessionQueuePropsMixin.BuilderModifier and TypeMethodDescriptionCfnGameSessionQueuePropsMixin.Builder.create()CfnGameSessionQueuePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGameSessionQueuePropsMixin.Builder.customEventData(String customEventData) Information to be added to all events that are related to this game session queue.CfnGameSessionQueuePropsMixin.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.CfnGameSessionQueuePropsMixin.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.CfnGameSessionQueuePropsMixin.Builder.filterConfiguration(CfnGameSessionQueuePropsMixin.FilterConfigurationProperty filterConfiguration) A list of locations where a queue is allowed to place new game sessions.CfnGameSessionQueuePropsMixin.Builder.filterConfiguration(IResolvable filterConfiguration) A list of locations where a queue is allowed to place new game sessions.A descriptive label that is associated with game session queue.CfnGameSessionQueuePropsMixin.Builder.notificationTarget(String notificationTarget) An SNS topic ARN that is set up to receive game session placement notifications.CfnGameSessionQueuePropsMixin.Builder.playerLatencyPolicies(List<? extends Object> playerLatencyPolicies) A set of policies that enforce a sliding cap on player latency when processing game sessions placement requests.CfnGameSessionQueuePropsMixin.Builder.playerLatencyPolicies(IResolvable playerLatencyPolicies) A set of policies that enforce a sliding cap on player latency when processing game sessions placement requests.CfnGameSessionQueuePropsMixin.Builder.priorityConfiguration(CfnGameSessionQueuePropsMixin.PriorityConfigurationProperty priorityConfiguration) Custom settings to use when prioritizing destinations and locations for game session placements.CfnGameSessionQueuePropsMixin.Builder.priorityConfiguration(IResolvable priorityConfiguration) Custom settings to use when prioritizing destinations and locations for game session placements.A list of labels to assign to the new game session queue resource.CfnGameSessionQueuePropsMixin.Builder.timeoutInSeconds(Number timeoutInSeconds) The maximum time, in seconds, that a new game session placement request remains in the queue.