Amazon Cognito · JSON Structure

User Pools Account Recovery Setting Type Structure

The data type for AccountRecoverySetting.

Type: object Properties: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

AccountRecoverySettingType is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RecoveryMechanisms

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-account-recovery-setting-type-structure.json",
  "name": "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>."
        }
      ]
    }
  }
}