Amazon Cognito · Example Payload

Cognito Idp User Pool Description Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Top-level fields

IdNameLambdaConfigStatusLastModifiedDateCreationDate

Example Payload

Raw ↑
{
  "Id": "my-user-pool-01",
  "Name": "my-user-pool-01",
  "LambdaConfig": "example-value",
  "Status": "CONFIRMED",
  "LastModifiedDate": "example-value",
  "CreationDate": "example-value"
}