class Aws::CognitoIdentityProvider::Types::SmsMfaConfigType

The SMS text message multi-factor authentication (MFA) configuration type.

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

data as a hash:

    {
      sms_authentication_message: "SmsVerificationMessageType",
      sms_configuration: {
        sns_caller_arn: "ArnType", # required
        external_id: "StringType",
      },
    }

@!attribute [rw] sms_authentication_message

The SMS authentication message that will be sent to users with the
code they need to sign in. The message must contain the
‘\\\{####\\}’ placeholder, which will be replaced with the code. If
the message is not included, and default message will be used.
@return [String]

@!attribute [rw] sms_configuration

The SMS configuration.
@return [Types::SmsConfigurationType]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/SmsMfaConfigType AWS API Documentation

Constants

SENSITIVE