{ "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The user pool ID." } ] }, "SmsMfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/SmsMfaConfigType" }, { "description": "The SMS text message MFA configuration." } ] }, "SoftwareTokenMfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/SoftwareTokenMfaConfigType" }, { "description": "The software token MFA configuration." } ] }, "MfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/UserPoolMfaType" }, { "description": "

The MFA configuration. If you set the MfaConfiguration value to \u2018ON\u2019, only users who have set up an MFA factor can sign in. To learn more, see Adding Multi-Factor Authentication (MFA) to a user pool. Valid values include:

" } ] } }, "required": [ "UserPoolId" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-set-user-pool-mfa-config-request-schema.json", "title": "SetUserPoolMfaConfigRequest", "description": "SetUserPoolMfaConfigRequest schema from Amazon Cognito" }