aws-cdk-lib.aws_iotevents.CfnAlarmModel.AcknowledgeFlowProperty

interface AcknowledgeFlowProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTEvents.CfnAlarmModel.AcknowledgeFlowProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnAlarmModel_AcknowledgeFlowProperty
Javasoftware.amazon.awscdk.services.iotevents.CfnAlarmModel.AcknowledgeFlowProperty
Pythonaws_cdk.aws_iotevents.CfnAlarmModel.AcknowledgeFlowProperty
TypeScript aws-cdk-lib » aws_iotevents » CfnAlarmModel » AcknowledgeFlowProperty

Specifies whether to get notified for alarm state changes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotevents as iotevents } from 'aws-cdk-lib';
const acknowledgeFlowProperty: iotevents.CfnAlarmModel.AcknowledgeFlowProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabled?boolean | IResolvableThe value must be TRUE or FALSE .

enabled?

Type: boolean | IResolvable (optional)

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.