Module Values_1.SignInDistributionSource

The distribution of sign in traffic between the instance and its replica(s).

Sourcetype nonrec t = {
  1. region : Values_0.AwsRegion.t;
    (*

    The Amazon Web Services Region of the sign in distribution.

    *)
  2. enabled : Values_0.Boolean.t;
    (*

    Whether sign in distribution is enabled.

    *)
}
Sourceval context_ : string
Sourceval make : region:Values_0.AwsRegion.t -> enabled:Values_0.Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.AwsRegion.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