Show / Hide Table of Contents

Class CfnAlarmModelPropsMixin.AcknowledgeFlowProperty

Specifies whether to get notified for alarm state changes.

Inheritance
object
CfnAlarmModelPropsMixin.AcknowledgeFlowProperty
Implements
CfnAlarmModelPropsMixin.IAcknowledgeFlowProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-alarmmodel-acknowledgeflow.html

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 TRUE or FALSE .

Constructors

AcknowledgeFlowProperty()

Specifies whether to get notified for alarm state changes.

public AcknowledgeFlowProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-alarmmodel-acknowledgeflow.html

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

object

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-alarmmodel-acknowledgeflow.html#cfn-iotevents-alarmmodel-acknowledgeflow-enabled

Type union: either bool or IResolvable

Implements

CfnAlarmModelPropsMixin.IAcknowledgeFlowProperty
Back to top Generated by DocFX