Amazon Cognito · JSON Structure

Cognito Idp Arn Type Structure

ArnType schema from Amazon Cognito

Type: string Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ArnType 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": "arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:([\\w+=/,.@-]*)?:[0-9]+:[\\w+=/,.@-]+(:[\\w+=/,.@-]+)?(:[\\w+=/,.@-]+)?",
  "minLength": 20,
  "maxLength": 2048,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-arn-type-structure.json",
  "name": "ArnType",
  "description": "ArnType schema from Amazon Cognito"
}