Class CloudWatchAlarmConfigurationChange.State.Jsii$Proxy

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

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

  • Method Details

    • getActionsSuppressedBy

      public final List<String> getActionsSuppressedBy()
      Description copied from interface: CloudWatchAlarmConfigurationChange.State
      (experimental) actionsSuppressedBy property.

      Specify an array of string values to match this event if the actual value of actionsSuppressedBy 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:
      getActionsSuppressedBy in interface CloudWatchAlarmConfigurationChange.State
    • getEvaluationState

      public final List<String> getEvaluationState()
      Description copied from interface: CloudWatchAlarmConfigurationChange.State
      (experimental) evaluationState property.

      Specify an array of string values to match this event if the actual value of evaluationState 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:
      getEvaluationState in interface CloudWatchAlarmConfigurationChange.State
    • getReason

      public final List<String> getReason()
      Description copied from interface: CloudWatchAlarmConfigurationChange.State
      (experimental) reason property.

      Specify an array of string values to match this event if the actual value of reason 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:
      getReason in interface CloudWatchAlarmConfigurationChange.State
    • getReasonData

      public final List<String> getReasonData()
      Description copied from interface: CloudWatchAlarmConfigurationChange.State
      (experimental) reasonData property.

      Specify an array of string values to match this event if the actual value of reasonData 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:
      getReasonData in interface CloudWatchAlarmConfigurationChange.State
    • getTimestamp

      public final List<String> getTimestamp()
      Description copied from interface: CloudWatchAlarmConfigurationChange.State
      (experimental) timestamp property.

      Specify an array of string values to match this event if the actual value of timestamp 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:
      getTimestamp in interface CloudWatchAlarmConfigurationChange.State
    • getValue

      public final List<String> getValue()
      Description copied from interface: CloudWatchAlarmConfigurationChange.State
      (experimental) value property.

      Specify an array of string values to match this event if the actual value of value 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:
      getValue in interface CloudWatchAlarmConfigurationChange.State
    • $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