Amazon Cognito · Schema

DescribeIdentityInput

Input to the DescribeIdentity action.

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
IdentityId object
View JSON Schema on GitHub

JSON Schema

identity-pools-describe-identity-input-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/identity-pools-describe-identity-input-schema.json",
  "title": "DescribeIdentityInput",
  "description": "Input to the <code>DescribeIdentity</code> action.",
  "type": "object",
  "properties": {
    "IdentityId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityId"
        },
        {
          "description": "A unique identifier in the format REGION:GUID."
        }
      ]
    }
  },
  "required": [
    "IdentityId"
  ]
}