class Aws::CognitoIdentityProvider::Types::AdminSetUserSettingsRequest

You can use this parameter to set an MFA configuration that uses the SMS delivery medium.

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

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      username: "UsernameType", # required
      mfa_options: [ # required
        {
          delivery_medium: "SMS", # accepts SMS, EMAIL
          attribute_name: "AttributeNameType",
        },
      ],
    }

@!attribute [rw] user_pool_id

The ID of the user pool that contains the user that you are setting
options for.
@return [String]

@!attribute [rw] username

The user name of the user that you are setting options for.
@return [String]

@!attribute [rw] mfa_options

You can use this parameter only to set an SMS configuration that
uses SMS for delivery.
@return [Array<Types::MFAOptionType>]

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

Constants

SENSITIVE