@Stability(value=Stable)
public static interface CfnAlarmModel.AcknowledgeFlowProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getEnabled()
The value must be `TRUE` or `FALSE` .
|
@Stability(value=Stable) @Nullable default 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.
@Stability(value=Stable) static CfnAlarmModel.AcknowledgeFlowProperty.Builder builder()
Copyright © 2022. All rights reserved.