Values.AlarmSpecificationSourceSpecifies the CloudWatch alarm specification to use in an instance refresh.
type nonrec t = {alarms : AlarmList.t option;The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of XmlStringMaxLen255.t ] list ]) list ]