Values_0.AlarmConfigurationSourceThe details for the CloudWatch alarm you want to apply to an automation or command.
type nonrec t = {ignorePollAlarmFailure : Boolean.t option;When this value is true, your automation or command continues to run in cases where we canโt retrieve alarm status information from CloudWatch. In cases where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA, the automation or command continues to run, regardless of this value. Default is false.
*)alarms : AlarmList.t;The name of the CloudWatch alarm specified in the configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of AlarmName.t ]) list ] list ])
list ]