class Aws::AmplifyBackend::Types::CreateBackendAuthMFAConfig

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

@note When making an API call, you may pass CreateBackendAuthMFAConfig

data as a hash:

    {
      mfa_mode: "ON", # required, accepts ON, OFF, OPTIONAL
      settings: {
        mfa_types: ["SMS"], # accepts SMS, TOTP
        sms_message: "__string",
      },
    }

@!attribute [rw] mfa_mode

Describes whether MFA should be \[ON, OFF, or OPTIONAL\] for
authentication in your Amplify project.
@return [String]

@!attribute [rw] settings

Describes the configuration settings and methods for your Amplify
app users to use MFA.
@return [Types::Settings]

@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/CreateBackendAuthMFAConfig AWS API Documentation

Constants

SENSITIVE