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