Class MatchmakingRuleSetBase
(experimental) Base class for new and imported GameLift matchmaking ruleSet.
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public abstract class MatchmakingRuleSetBase : Resource, IMatchmakingRuleSet, IResource, IConstruct, IDependable
Syntax (vb)
Public MustInherit Class MatchmakingRuleSetBase Inherits Resource Implements IMatchmakingRuleSet, IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Constructors
MatchmakingRuleSetBase(Construct, string, IResourceProps?) | (experimental) Base class for new and imported GameLift matchmaking ruleSet. |
Properties
MatchmakingRuleSetArn | (experimental) The ARN of the ruleSet. |
MatchmakingRuleSetName | (experimental) The unique name of the ruleSet. |
Methods
Metric(string, IMetricOptions?) | (experimental) Return the given named metric for this matchmaking ruleSet. |
MetricRuleEvaluationsFailed(IMetricOptions?) | (experimental) Rule evaluations during matchmaking that failed since the last report. |
MetricRuleEvaluationsPassed(IMetricOptions?) | (experimental) Rule evaluations during the matchmaking process that passed since the last report. |
Constructors
MatchmakingRuleSetBase(Construct, string, IResourceProps?)
(experimental) Base class for new and imported GameLift matchmaking ruleSet.
protected MatchmakingRuleSetBase(Construct scope, string id, IResourceProps? props = null)
Parameters
- scope Construct
- id string
- props IResourceProps
Remarks
Stability: Experimental
Properties
MatchmakingRuleSetArn
(experimental) The ARN of the ruleSet.
public abstract string MatchmakingRuleSetArn { get; }
Property Value
Remarks
Stability: Experimental
MatchmakingRuleSetName
(experimental) The unique name of the ruleSet.
public abstract string MatchmakingRuleSetName { get; }
Property Value
Remarks
Stability: Experimental
Methods
Metric(string, IMetricOptions?)
(experimental) Return the given named metric for this matchmaking ruleSet.
public virtual Metric Metric(string metricName, IMetricOptions? props = null)
Parameters
- metricName string
- props IMetricOptions
Returns
Remarks
Stability: Experimental
MetricRuleEvaluationsFailed(IMetricOptions?)
(experimental) Rule evaluations during matchmaking that failed since the last report.
public virtual Metric MetricRuleEvaluationsFailed(IMetricOptions? props = null)
Parameters
- props IMetricOptions
Returns
Remarks
This metric is limited to the top 50 rules.
Stability: Experimental
MetricRuleEvaluationsPassed(IMetricOptions?)
(experimental) Rule evaluations during the matchmaking process that passed since the last report.
public virtual Metric MetricRuleEvaluationsPassed(IMetricOptions? props = null)
Parameters
- props IMetricOptions
Returns
Remarks
This metric is limited to the top 50 rules.
Stability: Experimental