Module Values.ScalingActionSource

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

Sourcetype nonrec t = {
  1. market : MarketType.t option;
    (*

    Not available for instance groups. Instance groups use the market type specified for the group.

    *)
  2. simpleScalingPolicyConfiguration : SimpleScalingPolicyConfiguration.t;
    (*

    The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

    *)
}
Sourceval context_ : string
Sourceval make : ?market:??? -> simpleScalingPolicyConfiguration:SimpleScalingPolicyConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of Integer.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