DomainDescriptionType

A container for information about the user pool domain associated with the hosted UI and OAuth endpoints.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account that you created the user pool in.

Link copied to clipboard

The Amazon CloudFront endpoint that hosts your custom domain.

Link copied to clipboard

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

Link copied to clipboard

The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

Link copied to clipboard

The version of managed login branding that you want to apply to your domain. A value of 1 indicates hosted UI (classic) branding and a version of 2 indicates managed login branding.

Link copied to clipboard

The Amazon S3 bucket where the static files for this domain are stored.

Link copied to clipboard

The domain status.

Link copied to clipboard

The ID of the user pool that the domain is attached to.

Link copied to clipboard

The app version.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String