Interface CfnAlarmModel.InitializationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAlarmModel.InitializationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAlarmModel

@Stability(Stable) public static interface CfnAlarmModel.InitializationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotevents.*;
 InitializationConfigurationProperty initializationConfigurationProperty = InitializationConfigurationProperty.builder()
         .disabledOnInitialization(false)
         .build();