AWSTemplateFormatVersion: '2010-09-09' Description: 'Creating the CloudFront Web Distribution and Route 53 Failover record sets.' Parameters: DomainName: Description: Enter the application domain name(The hostname of the multi-region endpoint). Type: String AllowedPattern: (?!-)[a-zA-Z0-9-.]{1,63}(?