Class CfnAlarmModelPropsMixin.InitializationConfigurationProperty
Specifies the default alarm state.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTEvents.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAlarmModelPropsMixin.InitializationConfigurationProperty : CfnAlarmModelPropsMixin.IInitializationConfigurationProperty
Syntax (vb)
Public Class CfnAlarmModelPropsMixin.InitializationConfigurationProperty Implements CfnAlarmModelPropsMixin.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.Mixins.Preview.AWS.IoTEvents.Mixins;
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.Mixins.Preview.AWS.IoTEvents.Mixins;
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