class Aws::AmplifyBackend::Types::UpdateBackendAuthMFAConfig

Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.

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

data as a hash:

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

@!attribute [rw] mfa_mode

The MFA mode for the backend of your Amplify project.
@return [String]

@!attribute [rw] settings

The settings of your MFA configuration for the backend of your
Amplify project.
@return [Types::Settings]

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

Constants

SENSITIVE