Amazon Cognito · Schema

AccountRecoverySettingType

The data type for AccountRecoverySetting.

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
RecoveryMechanisms object
View JSON Schema on GitHub

JSON Schema

user-pools-account-recovery-setting-type-schema.json Raw ↑
{
  "$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>."
        }
      ]
    }
  }
}