Module Values.AutoScalingPolicyDescriptionSource

Represents the properties of the scaling policy.

Sourcetype nonrec t = {
  1. policyName : AutoScalingPolicyName.t option;
    (*

    The name of the scaling policy.

    *)
  2. targetTrackingScalingPolicyConfiguration : AutoScalingTargetTrackingScalingPolicyConfigurationDescription.t option;
    (*

    Represents a target tracking scaling policy configuration.

    *)
}
Sourceval make : ?policyName:??? -> ?targetTrackingScalingPolicyConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutoScalingPolicyName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.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