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
Syntax (vb)
Public MustInherit Class MatchmakingRuleSetBase
Inherits Resource
Implements IMatchmakingRuleSet, IResource
Remarks
Stability: Experimental
Synopsis
Constructors
Matchmaking |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Matchmaking |
Used by jsii to construct an instance of this class from DeputyProps |
Matchmaking |
Properties
Matchmaking |
(experimental) The ARN of the ruleSet. |
Matchmaking |
(experimental) The unique name of the ruleSet. |
Methods
Metric(String, IMetric |
(experimental) Return the given named metric for this matchmaking ruleSet. |
Metric |
(experimental) Rule evaluations during matchmaking that failed since the last report. |
Metric |
(experimental) Rule evaluations during the matchmaking process that passed since the last report. |
Constructors
MatchmakingRuleSetBase(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected MatchmakingRuleSetBase(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
MatchmakingRuleSetBase(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected MatchmakingRuleSetBase(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
MatchmakingRuleSetBase(Construct, String, IResourceProps)
protected MatchmakingRuleSetBase(Construct scope, string id, IResourceProps props = null)
Parameters
- scope Constructs.
Construct - id System.
String - props IResource
Props
Properties
MatchmakingRuleSetArn
(experimental) The ARN of the ruleSet.
public abstract string MatchmakingRuleSetArn { get; }
Property Value
System.
Remarks
Stability: Experimental
MatchmakingRuleSetName
(experimental) The unique name of the ruleSet.
public abstract string MatchmakingRuleSetName { get; }
Property Value
System.
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 System.
String - props IMetric
Options
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 IMetric
Options
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 IMetric
Options
Returns
Remarks
This metric is limited to the top 50 rules.
Stability: Experimental