GetUserPoolDomainResult

data class GetUserPoolDomainResult(val cloudFrontDistribution: String? = null, val customDomainConfig: UserPoolDomainCustomDomainConfigType? = null, val id: String? = null)

Constructors

Link copied to clipboard
constructor(cloudFrontDistribution: String? = null, customDomainConfig: UserPoolDomainCustomDomainConfigType? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.

Link copied to clipboard

The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.

Link copied to clipboard
val id: String? = null

The resource ID.