Amazon Cognito · Example Payload

User Pools Schema Attribute Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools 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": "example-name",
  "AttributeDataType": "example-string",
  "DeveloperOnlyAttribute": "example-string",
  "Mutable": "example-string",
  "Required": "example-string",
  "NumberAttributeConstraints": "example-string",
  "StringAttributeConstraints": "example-string"
}