Get User Pool Domain Result
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)
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.