AWS::Cognito::UserPoolDomain CustomDomainConfigType
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CertificateArn" :
String
}
YAML
CertificateArn:
String
Properties
CertificateArn
-
The Amazon Resource Name (ARN) of an Amazon Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.
Required: No
Type: String
Minimum:
20
Maximum:
2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
Update requires: No interruption