Interface StandaloneMatchmakingConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,MatchmakingConfigurationProps
- All Known Implementing Classes:
StandaloneMatchmakingConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T18:01:25.576Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forStandaloneMatchmakingConfigurationProps
static final class
An implementation forStandaloneMatchmakingConfigurationProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
Methods inherited from interface software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationProps
getAcceptanceTimeout, getCustomEventData, getDescription, getMatchmakingConfigurationName, getNotificationTarget, getRequestTimeout, getRequireAcceptance, getRuleSet
-
Method Details
-
builder
-