The data type for AccountRecoverySetting.
AccountRecoverySetting
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-account-recovery-setting-type-schema.json", "title": "AccountRecoverySettingType", "description": "The data type for <code>AccountRecoverySetting</code>.", "type": "object", "properties": { "RecoveryMechanisms": { "allOf": [ { "$ref": "#/components/schemas/RecoveryMechanismsType" }, { "description": "The list of <code>RecoveryOptionTypes</code>." } ] } } }