Module Values.ManagedAutoScalingSource

The auto scaling configuration created by Amazon ECS for an Express service.

Sourcetype nonrec t = {
  1. scalableTarget : ManagedScalableTarget.t option;
    (*

    Represents a scalable target.

    *)
  2. applicationAutoScalingPolicies : ManagedApplicationAutoScalingPolicies.t option;
    (*

    The policy used for auto scaling.

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