interface InitializationConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTEvents.CfnAlarmModel.InitializationConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnAlarmModel_InitializationConfigurationProperty |
![]() | software.amazon.awscdk.services.iotevents.CfnAlarmModel.InitializationConfigurationProperty |
![]() | aws_cdk.aws_iotevents.CfnAlarmModel.InitializationConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
disabled | boolean | IResolvable | The 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
.