This template creates an AWS Certificate Manager (ACM) certificate that can be used to enable secure connections. The example shows how to declare an `AWS::CertificateManager::Certificate` resource with the properties `DomainName` set to `example.com` and `ValidationMethod` set to `DNS`.

MyCertificate
AWS::CertificateManager::Certificate


CloudFormation Template

Share Template