Module Values_1.SignInConfigSource

The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).

Sourcetype nonrec t = {
  1. distributions : SignInDistributionList.t;
    (*

    Information about traffic distributions.

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