Module Values.ScalingTriggerSource

The conditions that trigger an automatic scaling activity.

Sourcetype nonrec t = {
  1. cloudWatchAlarmDefinition : CloudWatchAlarmDefinition.t;
    (*

    The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.

    *)
}
Sourceval context_ : string
Sourceval make : cloudWatchAlarmDefinition:CloudWatchAlarmDefinition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of NonNegativeDouble.t | `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `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