Amazon Cognito · JSON Structure

Cognito Idp Update User Pool Domain Response Structure

The UpdateUserPoolDomain response output.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UpdateUserPoolDomainResponse is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CloudFrontDomain

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "CloudFrontDomain": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainType"
        },
        {
          "description": "The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool."
        }
      ]
    }
  },
  "description": "The UpdateUserPoolDomain response output.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-update-user-pool-domain-response-structure.json",
  "name": "UpdateUserPoolDomainResponse"
}