Class CfnAlarmModel.InitializationConfigurationProperty
Specifies the default alarm state.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTEvents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAlarmModel.InitializationConfigurationProperty : CfnAlarmModel.IInitializationConfigurationProperty
Syntax (vb)
Public Class CfnAlarmModel.InitializationConfigurationProperty Implements CfnAlarmModel.IInitializationConfigurationProperty
Remarks
The configuration applies to all alarms that were created based on this alarm model.
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.AWS.IoTEvents;
var initializationConfigurationProperty = new InitializationConfigurationProperty {
DisabledOnInitialization = false
};
Synopsis
Constructors
| InitializationConfigurationProperty() | Specifies the default alarm state. |
Properties
| DisabledOnInitialization | The value must be |
Constructors
InitializationConfigurationProperty()
Specifies the default alarm state.
public InitializationConfigurationProperty()
Remarks
The configuration applies to all alarms that were created based on this alarm model.
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.AWS.IoTEvents;
var initializationConfigurationProperty = new InitializationConfigurationProperty {
DisabledOnInitialization = false
};
Properties
DisabledOnInitialization
The value must be TRUE or FALSE .
public object DisabledOnInitialization { get; set; }
Property Value
Remarks
If FALSE , all alarm instances created based on the alarm model are activated. The default value is TRUE .
Type union: either bool or IResolvable