Interface StandaloneMatchmakingConfigurationProps

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.738Z") @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();