Class CfnAlarmModel.AcknowledgeFlowProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnAlarmModel.AcknowledgeFlowProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAlarmModel.AcknowledgeFlowProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAlarmModel.AcknowledgeFlowProperty

@Stability(Stable) @Internal public static final class CfnAlarmModel.AcknowledgeFlowProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlarmModel.AcknowledgeFlowProperty
  • Constructor Details

  • Method Details

    • getEnabled

      public final Object getEnabled()
      Description copied from interface: CfnAlarmModel.AcknowledgeFlowProperty
      The value must be TRUE or FALSE .

      If TRUE , you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL . If FALSE , you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.

      Specified by:
      getEnabled in interface CfnAlarmModel.AcknowledgeFlowProperty
    • $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