Amazon Cognito · JSON Structure

Cognito Identity Identity Pools List Structure

IdentityPoolsList schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "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."
          }
        ]
      }
    },
    "description": "A description of the identity pool."
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-identity-pools-list-structure.json",
  "name": "IdentityPoolsList",
  "description": "IdentityPoolsList schema from Amazon Cognito"
}