Module Values.MuteTargetsSource

Specifies which alarms an alarm mute rule applies to. You can target up to 100 specific alarms by name. When a mute rule is active, the targeted alarms continue to evaluate metrics and transition between states, but their configured actions are muted.

Sourcetype nonrec t = {
  1. alarmNames : MuteTargetAlarmNameList.t;
    (*

    The list of alarm names that this mute rule targets. You can specify up to 100 alarm names. Each alarm name must be between 1 and 255 characters in length. The alarm names must match existing alarms in your Amazon Web Services account and region.

    *)
}
Sourceval context_ : string
Sourceval make : alarmNames:MuteTargetAlarmNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Name.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