Get User Pool Domain Result
data class GetUserPoolDomainResult(val cloudFrontDistribution: String? = null, val customDomainConfig: UserPoolDomainCustomDomainConfigType? = null)
Constructors
Link copied to clipboard
constructor(cloudFrontDistribution: String? = null, customDomainConfig: UserPoolDomainCustomDomainConfigType? = 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. When you create a custom domain, the passkey RP ID defaults to the custom domain. If you had a prefix domain active, this will cause passkey integration for your prefix domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey integration working, you can explicitly set RP ID to the prefix domain.