Amazon Cognito · Example Payload

Cognito Idp Schema Attribute Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp Schema Attribute Type Example is an example object payload from Amazon Cognito, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameAttributeDataTypeDeveloperOnlyAttributeMutableRequiredNumberAttributeConstraintsStringAttributeConstraints

Example Payload

Raw ↑
{
  "Name": "my-user-pool-01",
  "AttributeDataType": "example-value",
  "DeveloperOnlyAttribute": "example-value",
  "Mutable": "example-value",
  "Required": "example-value",
  "NumberAttributeConstraints": "example-value",
  "StringAttributeConstraints": "example-value"
}