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:
IResource
,IMatchmakingConfiguration
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:07.865Z")
@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
Modifier and TypeClassDescriptionstatic final class
(experimental) A fluent builder forStandaloneMatchmakingConfiguration
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IMatchmakingConfiguration
IMatchmakingConfiguration.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
StandaloneMatchmakingConfiguration
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
StandaloneMatchmakingConfiguration
(software.amazon.jsii.JsiiObjectRef objRef) StandaloneMatchmakingConfiguration
(software.constructs.Construct scope, String id, StandaloneMatchmakingConfigurationProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IMatchmakingConfiguration
fromStandaloneMatchmakingConfigurationArn
(software.constructs.Construct scope, String id, String matchmakingConfigurationArn) (experimental) Import an existing matchmaking configuration from its ARN.static IMatchmakingConfiguration
fromStandaloneMatchmakingConfigurationName
(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, metricTimeToMatch
Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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:
getMatchmakingConfigurationArn
in interfaceIMatchmakingConfiguration
- Specified by:
getMatchmakingConfigurationArn
in classMatchmakingConfigurationBase
-
getMatchmakingConfigurationName
(experimental) The Identifier of the matchmaking configuration.- Specified by:
getMatchmakingConfigurationName
in interfaceIMatchmakingConfiguration
- Specified by:
getMatchmakingConfigurationName
in classMatchmakingConfigurationBase
-
getNotificationTarget
(experimental) The notification target for matchmaking events.- Specified by:
getNotificationTarget
in interfaceIMatchmakingConfiguration
- Specified by:
getNotificationTarget
in classMatchmakingConfigurationBase
-