Interface StandaloneMatchmakingConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,MatchmakingConfigurationProps
- All Known Implementing Classes:
StandaloneMatchmakingConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:49.841Z")
@Stability(Experimental)
public interface StandaloneMatchmakingConfigurationProps
extends software.amazon.jsii.JsiiSerializable, MatchmakingConfigurationProps
(experimental) Properties for a new standalone matchmaking configuration.
Example:
MatchmakingRuleSet ruleSet;
StandaloneMatchmakingConfiguration.Builder.create(this, "StandaloneMatchmaking")
.matchmakingConfigurationName("test-standalone-config-name")
.ruleSet(ruleSet)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forStandaloneMatchmakingConfigurationPropsstatic final classAn implementation forStandaloneMatchmakingConfigurationProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationProps
getAcceptanceTimeout, getCustomEventData, getDescription, getMatchmakingConfigurationName, getNotificationTarget, getRequestTimeout, getRequireAcceptance, getRuleSet
-
Method Details
-
builder
-