Class CloudWatchAlarmStateChange.State.Jsii$Proxy

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

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

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CloudWatchAlarmStateChange.State.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CloudWatchAlarmStateChange.State.Builder.
  • Method Details

    • getActionsSuppressedBy

      public final List<String> getActionsSuppressedBy()
      Description copied from interface: CloudWatchAlarmStateChange.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 CloudWatchAlarmStateChange.State
    • getActionsSuppressedReason

      public final List<String> getActionsSuppressedReason()
      Description copied from interface: CloudWatchAlarmStateChange.State
      (experimental) actionsSuppressedReason property.

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

      public final List<String> getEvaluationState()
      Description copied from interface: CloudWatchAlarmStateChange.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 CloudWatchAlarmStateChange.State
    • getReason

      public final List<String> getReason()
      Description copied from interface: CloudWatchAlarmStateChange.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 CloudWatchAlarmStateChange.State
    • getReasonData

      public final List<String> getReasonData()
      Description copied from interface: CloudWatchAlarmStateChange.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 CloudWatchAlarmStateChange.State
    • getTimestamp

      public final List<String> getTimestamp()
      Description copied from interface: CloudWatchAlarmStateChange.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 CloudWatchAlarmStateChange.State
    • getValue

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