Amazon Cognito · JSON Structure

Cognito Identity Identity Pool Short Description Structure

A description of the identity pool.

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Properties

IdentityPoolId IdentityPoolName

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

JSON Structure

Raw ↑
{
  "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-pool-short-description-structure.json",
  "name": "IdentityPoolShortDescription"
}