Values.AlarmConfigurationSourceInformation about alarms associated with a deployment or deployment group.
type nonrec t = {enabled : Boolean.t option;Indicates whether the alarm configuration is enabled.
*)ignorePollAlarmFailure : Boolean.t option;Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false. true: The deployment proceeds even if alarm status information can't be retrieved from Amazon CloudWatch. false: The deployment stops if alarm status information can't be retrieved from Amazon CloudWatch.
*)alarms : AlarmList.t option;A list of alarms configured for the deployment or deployment group. A maximum of 10 alarms can be added.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of AlarmName.t ]) list ] list ])
list ]