Module Values.MonitorSource

Amazon CloudWatch alarms to monitor during the deployment process.

Sourcetype nonrec t = {
  1. alarmArn : StringWithLengthBetween1And2048.t;
    (*

    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.

    *)
  2. alarmRoleArn : RoleArn.t option;
    (*

    ARN of an Identity and Access Management (IAM) role for AppConfig to monitor AlarmArn.

    *)
}
Sourceval context_ : string
Sourceval make : ?alarmRoleArn:??? -> alarmArn:StringWithLengthBetween1And2048.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StringWithLengthBetween1And2048.t ]) 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