AWS::Cognito::UserPoolDomain CustomDomainConfigType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

Pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?

Minimum: 20

Maximum: 2048

Update requires: No interruption