Module Values.UpdateBackendAuthPasswordPolicyConfigSource

Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.

Sourcetype nonrec t = {
  1. additionalConstraints : ListOfAdditionalConstraintsElement.t option;
    (*

    Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.

    *)
  2. minimumLength : float option;
    (*

    Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.

    *)
}
Sourceval make : ?additionalConstraints:??? -> ?minimumLength:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of float | `List of [> `Enum of string ] 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