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
MatchmakingRuleSetBase(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
MatchmakingRuleSetBase(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
MatchmakingRuleSetBase(Construct, String, IResourceProps) |
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(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.ByRefValue
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.DeputyBase.DeputyProps
The deputy props
MatchmakingRuleSetBase(Construct, String, IResourceProps)
protected MatchmakingRuleSetBase(Construct scope, string id, IResourceProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IResourceProps
Properties
MatchmakingRuleSetArn
(experimental) The ARN of the ruleSet.
public abstract string MatchmakingRuleSetArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
MatchmakingRuleSetName
(experimental) The unique name of the ruleSet.
public abstract string MatchmakingRuleSetName { get; }
Property Value
System.String
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 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