Interface GameLiftMatchmakingEvent.RuleEvaluationMetrics

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
GameLiftMatchmakingEvent.RuleEvaluationMetrics.Jsii$Proxy
Enclosing class:
GameLiftMatchmakingEvent

@Stability(Experimental) public static interface GameLiftMatchmakingEvent.RuleEvaluationMetrics extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for RuleEvaluationMetrics.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.gamelift.events.*;
 RuleEvaluationMetrics ruleEvaluationMetrics = RuleEvaluationMetrics.builder()
         .failedCount(List.of("failedCount"))
         .passedCount(List.of("passedCount"))
         .ruleName(List.of("ruleName"))
         .build();
 
  • Method Details

    • getFailedCount

      @Stability(Experimental) @Nullable default List<String> getFailedCount()
      (experimental) failedCount property.

      Specify an array of string values to match this event if the actual value of failedCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPassedCount

      @Stability(Experimental) @Nullable default List<String> getPassedCount()
      (experimental) passedCount property.

      Specify an array of string values to match this event if the actual value of passedCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRuleName

      @Stability(Experimental) @Nullable default List<String> getRuleName()
      (experimental) ruleName property.

      Specify an array of string values to match this event if the actual value of ruleName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static GameLiftMatchmakingEvent.RuleEvaluationMetrics.Builder builder()
      Returns:
      a GameLiftMatchmakingEvent.RuleEvaluationMetrics.Builder of GameLiftMatchmakingEvent.RuleEvaluationMetrics