This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CertificateManager::AcmeDomainValidation
Creates a domain validation for an ACME endpoint. Domain validations authorize the endpoint to issue certificates for specified domain names. You configure prevalidation to prove domain ownership.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CertificateManager::AcmeDomainValidation", "Properties" : { "AcmeEndpointArn" :String, "DomainName" :String, "PrevalidationOptions" :PrevalidationOptions, "Tags" :[ TagsItems, ... ]} }
YAML
Type: AWS::CertificateManager::AcmeDomainValidation Properties: AcmeEndpointArn:StringDomainName:StringPrevalidationOptions:PrevalidationOptionsTags:- TagsItems
Properties
AcmeEndpointArnProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
DomainNameProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
PrevalidationOptions-
Specifies prevalidation options for domain validation.
Required: Yes
Type: PrevalidationOptions
Update requires: No interruption
Property description not available.
Required: No
Type: Array of TagsItems
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.