Module Values.ContinuousDeploymentSingleWeightConfigSource

Contains the percentage of traffic to send to a staging distribution.

Sourcetype nonrec t = {
  1. weight : Float_.t;
    (*

    The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and 0.15. For example, a value of 0.10 means 10% of traffic is sent to the staging distribution.

    *)
  2. sessionStickinessConfig : SessionStickinessConfig.t option;
}
Sourceval context_ : string
Sourceval make : ?sessionStickinessConfig:??? -> weight:Float_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Float of Float_.t | `Structure 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