Module Values.AlarmSpecificationSource

Specifies the CloudWatch alarm specification to use in an instance refresh.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?alarms:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of XmlStringMaxLen255.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t