Class StandaloneMatchmakingConfiguration
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationBase
software.amazon.awscdk.services.gamelift.alpha.StandaloneMatchmakingConfiguration
- All Implemented Interfaces:
IEnvironmentAware,IResource,IMatchmakingConfiguration,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:49.840Z")
@Stability(Experimental)
public class StandaloneMatchmakingConfiguration
extends MatchmakingConfigurationBase
(experimental) A FlexMatch matchmaker process does the work of building a game match.
It manages the pool of matchmaking requests received, forms teams for a match, processes and selects players to find the best possible player groups, and initiates the process of placing and starting a game session for the match. This topic describes the key aspects of a matchmaker and how to configure one customized for your game.
Example:
MatchmakingRuleSet ruleSet;
StandaloneMatchmakingConfiguration.Builder.create(this, "StandaloneMatchmaking")
.matchmakingConfigurationName("test-standalone-config-name")
.ruleSet(ruleSet)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forStandaloneMatchmakingConfiguration.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IMatchmakingConfiguration
IMatchmakingConfiguration.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStandaloneMatchmakingConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedStandaloneMatchmakingConfiguration(software.amazon.jsii.JsiiObjectRef objRef) StandaloneMatchmakingConfiguration(software.constructs.Construct scope, String id, StandaloneMatchmakingConfigurationProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IMatchmakingConfigurationfromStandaloneMatchmakingConfigurationArn(software.constructs.Construct scope, String id, String matchmakingConfigurationArn) (experimental) Import an existing matchmaking configuration from its ARN.static IMatchmakingConfigurationfromStandaloneMatchmakingConfigurationName(software.constructs.Construct scope, String id, String matchmakingConfigurationName) (experimental) Import an existing matchmaking configuration from its name.(experimental) The ARN of the matchmaking configuration.(experimental) The Identifier of the matchmaking configuration.(experimental) The notification target for matchmaking events.Methods inherited from class software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationBase
fromMatchmakingConfigurationAttributes, metric, metric, metricCurrentTickets, metricCurrentTickets, metricMatchesAccepted, metricMatchesAccepted, metricMatchesCreated, metricMatchesCreated, metricMatchesPlaced, metricMatchesPlaced, metricMatchesRejected, metricMatchesRejected, metricPlayersStarted, metricPlayersStarted, metricTimeToMatch, metricTimeToMatchMethods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
Constructor Details
-
StandaloneMatchmakingConfiguration
protected StandaloneMatchmakingConfiguration(software.amazon.jsii.JsiiObjectRef objRef) -
StandaloneMatchmakingConfiguration
protected StandaloneMatchmakingConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
StandaloneMatchmakingConfiguration
@Stability(Experimental) public StandaloneMatchmakingConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull StandaloneMatchmakingConfigurationProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
fromStandaloneMatchmakingConfigurationArn
@Stability(Experimental) @NotNull public static IMatchmakingConfiguration fromStandaloneMatchmakingConfigurationArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String matchmakingConfigurationArn) (experimental) Import an existing matchmaking configuration from its ARN.- Parameters:
scope- This parameter is required.id- This parameter is required.matchmakingConfigurationArn- This parameter is required.
-
fromStandaloneMatchmakingConfigurationName
@Stability(Experimental) @NotNull public static IMatchmakingConfiguration fromStandaloneMatchmakingConfigurationName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String matchmakingConfigurationName) (experimental) Import an existing matchmaking configuration from its name.- Parameters:
scope- This parameter is required.id- This parameter is required.matchmakingConfigurationName- This parameter is required.
-
getMatchmakingConfigurationArn
(experimental) The ARN of the matchmaking configuration.- Specified by:
getMatchmakingConfigurationArnin interfaceIMatchmakingConfiguration- Specified by:
getMatchmakingConfigurationArnin classMatchmakingConfigurationBase
-
getMatchmakingConfigurationName
(experimental) The Identifier of the matchmaking configuration.- Specified by:
getMatchmakingConfigurationNamein interfaceIMatchmakingConfiguration- Specified by:
getMatchmakingConfigurationNamein classMatchmakingConfigurationBase
-
getNotificationTarget
(experimental) The notification target for matchmaking events.- Specified by:
getNotificationTargetin interfaceIMatchmakingConfiguration- Specified by:
getNotificationTargetin classMatchmakingConfigurationBase
-