Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnMatchmakingConfigurationPropsMixin.Builder
Packages that use CfnMatchmakingConfigurationPropsMixin.Builder
-
Uses of CfnMatchmakingConfigurationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.gamelift
Methods in software.amazon.awscdk.cfnpropertymixins.services.gamelift that return CfnMatchmakingConfigurationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMatchmakingConfigurationPropsMixin.Builder.acceptanceRequired(Boolean acceptanceRequired) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.CfnMatchmakingConfigurationPropsMixin.Builder.acceptanceRequired(IResolvable acceptanceRequired) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.CfnMatchmakingConfigurationPropsMixin.Builder.acceptanceTimeoutSeconds(Number acceptanceTimeoutSeconds) The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.CfnMatchmakingConfigurationPropsMixin.Builder.additionalPlayerCount(Number additionalPlayerCount) The number of player slots in a match to keep open for future players.CfnMatchmakingConfigurationPropsMixin.Builder.backfillMode(String backfillMode) The method used to backfill game sessions that are created with this matchmaking configuration.CfnMatchmakingConfigurationPropsMixin.Builder.create()CfnMatchmakingConfigurationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMatchmakingConfigurationPropsMixin.Builder.creationTime(String creationTime) A time stamp indicating when this data object was created.CfnMatchmakingConfigurationPropsMixin.Builder.customEventData(String customEventData) Information to add to all events related to the matchmaking configuration.CfnMatchmakingConfigurationPropsMixin.Builder.description(String description) A description for the matchmaking configuration.CfnMatchmakingConfigurationPropsMixin.Builder.flexMatchMode(String flexMatchMode) Indicates whether this matchmaking configuration is being used with Amazon GameLift Servers hosting or as a standalone matchmaking solution.CfnMatchmakingConfigurationPropsMixin.Builder.gameProperties(List<? extends Object> gameProperties) A set of custom properties for a game session, formatted as key-value pairs.CfnMatchmakingConfigurationPropsMixin.Builder.gameProperties(IResolvable gameProperties) A set of custom properties for a game session, formatted as key-value pairs.CfnMatchmakingConfigurationPropsMixin.Builder.gameSessionData(String gameSessionData) A set of custom game session properties, formatted as a single string value.CfnMatchmakingConfigurationPropsMixin.Builder.gameSessionQueueArns(List<String> gameSessionQueueArns) The Amazon Resource Name ( ARN ) that is assigned to a Amazon GameLift Servers game session queue resource and uniquely identifies it.A unique identifier for the matchmaking configuration.CfnMatchmakingConfigurationPropsMixin.Builder.notificationTarget(String notificationTarget) An SNS topic ARN that is set up to receive matchmaking notifications.CfnMatchmakingConfigurationPropsMixin.Builder.requestTimeoutSeconds(Number requestTimeoutSeconds) The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.CfnMatchmakingConfigurationPropsMixin.Builder.ruleSetArn(String ruleSetArn) The Amazon Resource Name ( ARN ) associated with the GameLift matchmaking rule set resource that this configuration uses.CfnMatchmakingConfigurationPropsMixin.Builder.ruleSetName(String ruleSetName) A unique identifier for the matchmaking rule set to use with this configuration.A list of labels to assign to the new matchmaking configuration resource.