class Aws::AmplifyBackend::Types::CreateBackendAuthForgotPasswordConfig

Describes the forgot password policy for authenticating into the Amplify app.

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

data as a hash:

    {
      delivery_method: "EMAIL", # required, accepts EMAIL, SMS
      email_settings: {
        email_message: "__string",
        email_subject: "__string",
      },
      sms_settings: {
        sms_message: "__string",
      },
    }

@!attribute [rw] delivery_method

Describes which mode to use (either SMS or email) to deliver
messages to app users who want to recover their password.
@return [String]

@!attribute [rw] email_settings

The configuration for the email sent when an app user forgets their
password.
@return [Types::EmailSettings]

@!attribute [rw] sms_settings

The configuration for the SMS message sent when an app user forgets
their password.
@return [Types::SmsSettings]

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

Constants

SENSITIVE