Amazon Cognito · JSON Structure

Cognito Idp Resource Server Name Type Structure

ResourceServerNameType schema from Amazon Cognito

Type: string Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ResourceServerNameType 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\\s+=,.@-]+",
  "minLength": 1,
  "maxLength": 256,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-resource-server-name-type-structure.json",
  "name": "ResourceServerNameType",
  "description": "ResourceServerNameType schema from Amazon Cognito"
}