Class CfnAlarmModelPropsMixin.AcknowledgeFlowProperty
Specifies whether to get notified for alarm state changes.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTEvents.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAlarmModelPropsMixin.AcknowledgeFlowProperty : CfnAlarmModelPropsMixin.IAcknowledgeFlowProperty
Syntax (vb)
Public Class CfnAlarmModelPropsMixin.AcknowledgeFlowProperty Implements CfnAlarmModelPropsMixin.IAcknowledgeFlowProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTEvents.Mixins;
var acknowledgeFlowProperty = new AcknowledgeFlowProperty {
Enabled = false
};
Synopsis
Constructors
| AcknowledgeFlowProperty() | Specifies whether to get notified for alarm state changes. |
Properties
| Enabled | The value must be |
Constructors
AcknowledgeFlowProperty()
Specifies whether to get notified for alarm state changes.
public AcknowledgeFlowProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTEvents.Mixins;
var acknowledgeFlowProperty = new AcknowledgeFlowProperty {
Enabled = false
};
Properties
Enabled
The value must be TRUE or FALSE .
public object? Enabled { get; set; }
Property Value
Remarks
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.
Type union: either bool or IResolvable