This action is no longer supported. You can use it to configure only
SMS MFA. You can't use it to configure TOTP software token MFA. To
configure either type of MFA, use
admin_set_user_mfa_preference
instead.
cognitoidentityprovider_admin_set_user_settings(UserPoolId, Username,
MFAOptions)
An empty list.
[required] The ID of the user pool that contains the user that you are setting options for.
[required] The user name of the user that you are setting options for.
[required] You can use this parameter only to set an SMS configuration that uses SMS for delivery.
svc$admin_set_user_settings(
UserPoolId = "string",
Username = "string",
MFAOptions = list(
list(
DeliveryMedium = "SMS"|"EMAIL",
AttributeName = "string"
)
)
)