View a markdown version of this page

AWS::CertificateManager::AcmeDomainValidation - AWS CloudFormation

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: String DomainName: String PrevalidationOptions: PrevalidationOptions Tags: - TagsItems

Properties

AcmeEndpointArn

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

DomainName

Property 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

Tags

Property description not available.

Required: No

Type: Array of TagsItems

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.