Class IMatchmakingRuleSet.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.IMatchmakingRuleSet.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IMatchmakingRuleSet,IMatchmakingRuleSet.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IMatchmakingRuleSet
@Internal
public static final class IMatchmakingRuleSet.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IMatchmakingRuleSet.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
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$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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Metric(experimental) Return the given named metric for this matchmaking ruleSet.final Metric(experimental) Rule evaluations during matchmaking that failed since the last report.final Metric(experimental) Rule evaluations during the matchmaking process that passed since the last report.Methods 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, toString, wait, wait, waitMethods 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.services.gamelift.alpha.IMatchmakingRuleSet.Jsii$Default
getMatchmakingRuleSetArn, getMatchmakingRuleSetName, metric, metricRuleEvaluationsFailed, metricRuleEvaluationsPassedMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
(experimental) Return the given named metric for this matchmaking ruleSet.- Specified by:
metricin interfaceIMatchmakingRuleSet- Specified by:
metricin interfaceIMatchmakingRuleSet.Jsii$Default- Parameters:
metricName- This parameter is required.
-
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- Specified by:
metricRuleEvaluationsFailedin interfaceIMatchmakingRuleSet.Jsii$Default
-
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- Specified by:
metricRuleEvaluationsPassedin interfaceIMatchmakingRuleSet.Jsii$Default
-