Class DevOpsGuruInsightClosed.ReferenceValue.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.devopsguru.events.DevOpsGuruInsightClosed.ReferenceValue.Jsii$Proxy
All Implemented Interfaces:
DevOpsGuruInsightClosed.ReferenceValue, software.amazon.jsii.JsiiSerializable
Enclosing interface:
DevOpsGuruInsightClosed.ReferenceValue

@Stability(Experimental) @Internal public static final class DevOpsGuruInsightClosed.ReferenceValue.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DevOpsGuruInsightClosed.ReferenceValue
  • Constructor Details

  • Method Details

    • getComparisonOperator

      public final List<String> getComparisonOperator()
      Description copied from interface: DevOpsGuruInsightClosed.ReferenceValue
      (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

      Specified by:
      getComparisonOperator in interface DevOpsGuruInsightClosed.ReferenceValue
    • getDatapointsToAlarm

      public final List<String> getDatapointsToAlarm()
      Description copied from interface: DevOpsGuruInsightClosed.ReferenceValue
      (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

      Specified by:
      getDatapointsToAlarm in interface DevOpsGuruInsightClosed.ReferenceValue
    • getEvaluationPeriod

      public final List<String> getEvaluationPeriod()
      Description copied from interface: DevOpsGuruInsightClosed.ReferenceValue
      (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

      Specified by:
      getEvaluationPeriod in interface DevOpsGuruInsightClosed.ReferenceValue
    • getThreshold

      public final List<String> getThreshold()
      Description copied from interface: DevOpsGuruInsightClosed.ReferenceValue
      (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

      Specified by:
      getThreshold in interface DevOpsGuruInsightClosed.ReferenceValue
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object