aws-cdk-lib.aws_iotevents.CfnAlarmModel.AlarmCapabilitiesProperty

interface AlarmCapabilitiesProperty

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

Contains the configuration information of 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 alarmCapabilitiesProperty: iotevents.CfnAlarmModel.AlarmCapabilitiesProperty = {
  acknowledgeFlow: {
    enabled: false,
  },
  initializationConfiguration: {
    disabledOnInitialization: false,
  },
};

Properties

NameTypeDescription
acknowledgeFlow?IResolvable | AcknowledgeFlowPropertySpecifies whether to get notified for alarm state changes.
initializationConfiguration?IResolvable | InitializationConfigurationPropertySpecifies the default alarm state.

acknowledgeFlow?

Type: IResolvable | AcknowledgeFlowProperty (optional)

Specifies whether to get notified for alarm state changes.


initializationConfiguration?

Type: IResolvable | InitializationConfigurationProperty (optional)

Specifies the default alarm state.

The configuration applies to all alarms that were created based on this alarm model.