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.104.0 (build e79254c)",
date="2024-12-17T21:37:41.378Z")
@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.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.IMatchmakingRuleSet
IMatchmakingRuleSet.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
MatchmakingRuleSetBase
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
MatchmakingRuleSetBase
(software.amazon.jsii.JsiiObjectRef objRef) protected
MatchmakingRuleSetBase
(software.constructs.Construct scope, String id) protected
MatchmakingRuleSetBase
(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, 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
-
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:
metric
in interfaceIMatchmakingRuleSet
- Parameters:
metricName
- This parameter is required.props
-
-
metric
(experimental) Return the given named metric for this matchmaking ruleSet.- Specified by:
metric
in 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:
metricRuleEvaluationsFailed
in 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:
metricRuleEvaluationsFailed
in 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:
metricRuleEvaluationsPassed
in 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:
metricRuleEvaluationsPassed
in interfaceIMatchmakingRuleSet
-
getMatchmakingRuleSetArn
(experimental) The ARN of the ruleSet.- Specified by:
getMatchmakingRuleSetArn
in interfaceIMatchmakingRuleSet
-
getMatchmakingRuleSetName
(experimental) The unique name of the ruleSet.- Specified by:
getMatchmakingRuleSetName
in interfaceIMatchmakingRuleSet
-