Class DevOpsGuruNewInsightOpen.ReferenceValue.Jsii$Proxy

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

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

  • Method Details

    • getComparisonOperator

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

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

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

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