public static interface CfnAlarmModel.AcknowledgeFlowProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotevents.*; AcknowledgeFlowProperty acknowledgeFlowProperty = AcknowledgeFlowProperty.builder() .enabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAlarmModel.AcknowledgeFlowProperty.Builder
A builder for
CfnAlarmModel.AcknowledgeFlowProperty |
static class |
CfnAlarmModel.AcknowledgeFlowProperty.Jsii$Proxy
An implementation for
CfnAlarmModel.AcknowledgeFlowProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAlarmModel.AcknowledgeFlowProperty.Builder |
builder() |
default java.lang.Object |
getEnabled()
The value must be `TRUE` or `FALSE` .
|
default java.lang.Object getEnabled()
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.
static CfnAlarmModel.AcknowledgeFlowProperty.Builder builder()