AWS::Cognito::UserPoolDomain CustomDomainConfigType - AWS CloudFormation

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 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