Interface IMatchmakingRuleSet.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IMatchmakingRuleSet,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMatchmakingRuleSet.Jsii$Proxy
- Enclosing interface:
IMatchmakingRuleSet
@Internal
public static interface IMatchmakingRuleSet.Jsii$Default
extends IMatchmakingRuleSet, IResource.Jsii$Default
Internal default implementation for
IMatchmakingRuleSet.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IMatchmakingRuleSet
IMatchmakingRuleSet.Jsii$Default, IMatchmakingRuleSet.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the ruleSet.default String(experimental) The unique name of the ruleSet.default Metric(experimental) Return the given named metric for this matchmaking ruleSet.default Metricmetric(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking ruleSet.default Metric(experimental) Rule evaluations during matchmaking that failed since the last report.default Metric(experimental) Rule evaluations during matchmaking that failed since the last report.default Metric(experimental) Rule evaluations during the matchmaking process that passed since the last report.default Metric(experimental) Rule evaluations during the matchmaking process that passed since the last report.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMatchmakingRuleSetArn
(experimental) The ARN of the ruleSet.- Specified by:
getMatchmakingRuleSetArnin interfaceIMatchmakingRuleSet
-
getMatchmakingRuleSetName
(experimental) The unique name of the ruleSet.- Specified by:
getMatchmakingRuleSetNamein interfaceIMatchmakingRuleSet
-
metric
@Stability(Experimental) @NotNull default 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 default 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 default 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
-