Class MatchmakingRuleSetBase
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.gamelift.alpha.MatchmakingRuleSetBase
- All Implemented Interfaces:
IResource,IMatchmakingRuleSet,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
MatchmakingRuleSet
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:51.662Z")
@Stability(Experimental)
public abstract class MatchmakingRuleSetBase
extends Resource
implements IMatchmakingRuleSet
(experimental) Base class for new and imported GameLift matchmaking ruleSet.
-
Nested Class Summary
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.IMatchmakingRuleSet
IMatchmakingRuleSet.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMatchmakingRuleSetBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedMatchmakingRuleSetBase(software.amazon.jsii.JsiiObjectRef objRef) protectedMatchmakingRuleSetBase(software.constructs.Construct scope, String id) protectedMatchmakingRuleSetBase(software.constructs.Construct scope, String id, ResourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionabstract String(experimental) The ARN of the ruleSet.abstract String(experimental) The unique name of the ruleSet.(experimental) Return the given named metric for this matchmaking ruleSet.metric(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.(experimental) Rule evaluations during matchmaking that failed since the last report.(experimental) Rule evaluations during matchmaking that failed since the last report.(experimental) Rule evaluations during the matchmaking process that passed since the last report.(experimental) Rule evaluations during the matchmaking process that passed since the last report.Methods 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.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
MatchmakingRuleSetBase
protected MatchmakingRuleSetBase(software.amazon.jsii.JsiiObjectRef objRef) -
MatchmakingRuleSetBase
protected MatchmakingRuleSetBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
MatchmakingRuleSetBase
@Stability(Stable) protected MatchmakingRuleSetBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
MatchmakingRuleSetBase
@Stability(Stable) protected MatchmakingRuleSetBase(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
metric
@Stability(Experimental) @NotNull public Metric metric(@NotNull String metricName, @Nullable MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.- Specified by:
metricin interfaceIMatchmakingRuleSet- Parameters:
metricName- This parameter is required.props-
-
metric
(experimental) Return the given named metric for this matchmaking ruleSet.- Specified by:
metricin interfaceIMatchmakingRuleSet- Parameters:
metricName- This parameter is required.
-
metricRuleEvaluationsFailed
@Stability(Experimental) @NotNull public Metric metricRuleEvaluationsFailed(@Nullable MetricOptions props) (experimental) Rule evaluations during matchmaking that failed since the last report.This metric is limited to the top 50 rules.
- Specified by:
metricRuleEvaluationsFailedin interfaceIMatchmakingRuleSet- Parameters:
props-
-
metricRuleEvaluationsFailed
(experimental) Rule evaluations during matchmaking that failed since the last report.This metric is limited to the top 50 rules.
- Specified by:
metricRuleEvaluationsFailedin interfaceIMatchmakingRuleSet
-
metricRuleEvaluationsPassed
@Stability(Experimental) @NotNull public Metric metricRuleEvaluationsPassed(@Nullable MetricOptions props) (experimental) Rule evaluations during the matchmaking process that passed since the last report.This metric is limited to the top 50 rules.
- Specified by:
metricRuleEvaluationsPassedin interfaceIMatchmakingRuleSet- Parameters:
props-
-
metricRuleEvaluationsPassed
(experimental) Rule evaluations during the matchmaking process that passed since the last report.This metric is limited to the top 50 rules.
- Specified by:
metricRuleEvaluationsPassedin interfaceIMatchmakingRuleSet
-
getMatchmakingRuleSetArn
(experimental) The ARN of the ruleSet.- Specified by:
getMatchmakingRuleSetArnin interfaceIMatchmakingRuleSet
-
getMatchmakingRuleSetName
(experimental) The unique name of the ruleSet.- Specified by:
getMatchmakingRuleSetNamein interfaceIMatchmakingRuleSet
-