Gets the user pool multi-factor authentication (MFA) configuration.
cognitoidentityprovider_get_user_pool_mfa_config(UserPoolId)
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"
)
[required] The user pool ID.
svc$get_user_pool_mfa_config(
UserPoolId = "string"
)