Interface DevOpsGuruNewAnomalyAssociation.ReferenceValue

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

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

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.devopsguru.events.*;
 ReferenceValue referenceValue = ReferenceValue.builder()
         .comparisonOperator(List.of("comparisonOperator"))
         .datapointsToAlarm(List.of("datapointsToAlarm"))
         .evaluationPeriod(List.of("evaluationPeriod"))
         .threshold(List.of("threshold"))
         .build();
 
  • Method Details

    • getComparisonOperator

      @Stability(Experimental) @Nullable default List<String> getComparisonOperator()
      (experimental) comparisonOperator property.

      Specify an array of string values to match this event if the actual value of comparisonOperator 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

    • getDatapointsToAlarm

      @Stability(Experimental) @Nullable default List<String> getDatapointsToAlarm()
      (experimental) datapointsToAlarm property.

      Specify an array of string values to match this event if the actual value of datapointsToAlarm 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

    • getEvaluationPeriod

      @Stability(Experimental) @Nullable default List<String> getEvaluationPeriod()
      (experimental) evaluationPeriod property.

      Specify an array of string values to match this event if the actual value of evaluationPeriod 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

    • getThreshold

      @Stability(Experimental) @Nullable default List<String> getThreshold()
      (experimental) threshold property.

      Specify an array of string values to match this event if the actual value of threshold 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 DevOpsGuruNewAnomalyAssociation.ReferenceValue.Builder builder()
      Returns:
      a DevOpsGuruNewAnomalyAssociation.ReferenceValue.Builder of DevOpsGuruNewAnomalyAssociation.ReferenceValue