Module Values.ScalingConfigSource

(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.

Sourcetype nonrec t = {
  1. maximumConcurrency : MaximumConcurrency.t option;
    (*

    Limits the number of concurrent instances that the Amazon SQS event source can invoke.

    *)
}
Sourceval make : ?maximumConcurrency:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaximumConcurrency.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