Gets the user pool multi-factor authentication (MFA) configuration.
cognitoidentityprovider_get_user_pool_mfa_config(UserPoolId)
[required] The user pool ID.
A list with the following syntax:
list( SmsMfaConfiguration = list( SmsAuthenticationMessage = "string", SmsConfiguration = list( SnsCallerArn = "string", ExternalId = "string" ) ), SoftwareTokenMfaConfiguration = list( Enabled = TRUE|FALSE ), MfaConfiguration = "OFF"|"ON"|"OPTIONAL" )
svc$get_user_pool_mfa_config( UserPoolId = "string" )