Values_1.SignInDistributionSourceThe distribution of sign in traffic between the instance and its replica(s).
type nonrec t = {region : Values_0.AwsRegion.t;The Amazon Web Services Region of the sign in distribution.
*)enabled : Values_0.Boolean.t;Whether sign in distribution is enabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.AwsRegion.t ])
list ]