Amazon Cognito · Example Payload

User Pools Domain Description Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

UserPoolIdAWSAccountIdDomainS3BucketCloudFrontDistributionVersionStatusCustomDomainConfig

Example Payload

Raw ↑
{
  "UserPoolId": "us-east-1_example",
  "AWSAccountId": "example-string",
  "Domain": "example-string",
  "S3Bucket": "example-string",
  "CloudFrontDistribution": "example-string",
  "Version": "example-string",
  "Status": "ACTIVE",
  "CustomDomainConfig": "example-string"
}