Amazon Cognito · JSON Structure

Cognito Idp User Pool Id Type Structure

UserPoolIdType schema from Amazon Cognito

Type: string Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UserPoolIdType 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": "string",
  "pattern": "[\\w-]+_[0-9a-zA-Z]+",
  "minLength": 1,
  "maxLength": 55,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-user-pool-id-type-structure.json",
  "name": "UserPoolIdType",
  "description": "UserPoolIdType schema from Amazon Cognito"
}