Module Values.UpdateBackendAuthUserPoolConfigSource

Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.

Sourcetype nonrec t = {
  1. forgotPassword : UpdateBackendAuthForgotPasswordConfig.t option;
    (*

    (DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.

    *)
  2. mfa : UpdateBackendAuthMFAConfig.t option;
    (*

    Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.

    *)
  3. oAuth : UpdateBackendAuthOAuthConfig.t option;
    (*

    Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.

    *)
  4. passwordPolicy : UpdateBackendAuthPasswordPolicyConfig.t option;
    (*

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

    *)
  5. verificationMessage : UpdateBackendAuthVerificationMessageConfig.t option;
    (*

    Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.

    *)
}
Sourceval make : ?forgotPassword:??? -> ?mfa:??? -> ?oAuth:??? -> ?passwordPolicy:??? -> ?verificationMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `List of [> `Enum of string | `String of string ] list | `String of string | `Structure of (string * [> `List of [> `Enum of string ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) 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