Amazon Cognito · JSON Structure

Identity Pools Identity Pool Structure

An object representing an Amazon Cognito identity pool.

Type: object Properties: 10 Required: 3
AuthenticationIdentityOIDCSAMLUser ManagementFederated Identity

IdentityPool is a JSON Structure definition published by Amazon Cognito, describing 10 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityPoolId IdentityPoolName AllowUnauthenticatedIdentities AllowClassicFlow SupportedLoginProviders DeveloperProviderName OpenIdConnectProviderARNs CognitoIdentityProviders SamlProviderARNs IdentityPoolTags

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/identity-pools-identity-pool-structure.json",
  "name": "IdentityPool",
  "description": "An object representing an Amazon Cognito identity pool.",
  "type": "object",
  "properties": {
    "IdentityPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolId"
        },
        {
          "description": "An identity pool ID in the format REGION:GUID."
        }
      ]
    },
    "IdentityPoolName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolName"
        },
        {
          "description": "A string that you provide."
        }
      ]
    },
    "AllowUnauthenticatedIdentities": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolUnauthenticated"
        },
        {
          "description": "TRUE if the identity pool supports unauthenticated logins."
        }
      ]
    },
    "AllowClassicFlow": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClassicFlow"
        },
        {
          "description": "Enables or disables the Basic (Classic) authentication flow. For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html\">Identity Pools (Federated Identities) Authentication Flow</a> in the <i>Amazon Cognito Developer Guide</i>."
        }
      ]
    },
    "SupportedLoginProviders": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityProviders"
        },
        {
          "description": "Optional key:value pairs mapping provider names to provider app IDs."
        }
      ]
    },
    "DeveloperProviderName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeveloperProviderName"
        },
        {
          "description": "The \"domain\" by which Cognito will refer to your users."
        }
      ]
    },
    "OpenIdConnectProviderARNs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OIDCProviderList"
        },
        {
          "description": "The ARNs of the OpenID Connect providers."
        }
      ]
    },
    "CognitoIdentityProviders": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CognitoIdentityProviderList"
        },
        {
          "description": "A list representing an Amazon Cognito user pool and its client ID."
        }
      ]
    },
    "SamlProviderARNs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SAMLProviderList"
        },
        {
          "description": "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool."
        }
      ]
    },
    "IdentityPoolTags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolTagsType"
        },
        {
          "description": "The tags that are assigned to the identity pool. A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria."
        }
      ]
    }
  },
  "required": [
    "IdentityPoolId",
    "IdentityPoolName",
    "AllowUnauthenticatedIdentities"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/identity-pools-identity-pool-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.