Amazon Cognito · Example Payload

Cognito Idp Ui Customization Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp Ui Customization 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

UserPoolIdClientIdImageUrlCSSCSSVersionLastModifiedDateCreationDate

Example Payload

Raw ↑
{
  "UserPoolId": "my-user-pool-01",
  "ClientId": "my-user-pool-01",
  "ImageUrl": "example-value",
  "CSS": "example-value",
  "CSSVersion": "example-value",
  "LastModifiedDate": "example-value",
  "CreationDate": "example-value"
}