Interface StandaloneMatchmakingConfigurationProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable, MatchmakingConfigurationProps
All Known Implementing Classes:
StandaloneMatchmakingConfigurationProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-10-14T12:28:23.475Z") @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();