CustomDomainOptions¶
-
class
aws_cdk.aws_cognito.
CustomDomainOptions
(*, certificate, domain_name)¶ Bases:
object
Options while specifying custom domain.
- Parameters
certificate (
ICertificate
) – The certificate to associate with this domain.domain_name (
str
) – The custom domain name that you would like to associate with this User Pool.
- See
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html
Attributes
-
certificate
¶ The certificate to associate with this domain.
- Return type
-
domain_name
¶ The custom domain name that you would like to associate with this User Pool.
- Return type
str