Module Values.DaemonDeploymentAlarmsSource

The CloudWatch alarms used to determine a daemon deployment failed.

Sourcetype nonrec t = {
  1. status : DaemonDeploymentRollbackMonitorsStatus.t option;
    (*

    The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status is DISABLED.

    *)
  2. alarmNames : StringList.t option;
    (*

    The name of the CloudWatch alarms that determine when a daemon deployment failed.

    *)
  3. triggeredAlarmNames : StringList.t option;
    (*

    One or more CloudWatch alarm names that have been triggered during the daemon deployment.

    *)
}
Sourceval make : ?status:??? -> ?alarmNames:??? -> ?triggeredAlarmNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.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