aws-cdk-lib.aws_iotevents.CfnAlarmModel.InitializationConfigurationProperty

interface InitializationConfigurationProperty

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

Specifies the default alarm state.

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

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 initializationConfigurationProperty: iotevents.CfnAlarmModel.InitializationConfigurationProperty = {
  disabledOnInitialization: false,
};

Properties

NameTypeDescription
disabledOnInitializationboolean | IResolvableThe value must be TRUE or FALSE .

disabledOnInitialization

Type: boolean | IResolvable

The value must be TRUE or FALSE .

If FALSE , all alarm instances created based on the alarm model are activated. The default value is TRUE .