1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. certificatemanager
  6. AcmeDomainValidation

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource Type definition for AWS::CertificateManager::AcmeDomainValidation

    Create AcmeDomainValidation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AcmeDomainValidation(name: string, args: AcmeDomainValidationArgs, opts?: CustomResourceOptions);
    @overload
    def AcmeDomainValidation(resource_name: str,
                             args: AcmeDomainValidationArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def AcmeDomainValidation(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             acme_endpoint_arn: Optional[str] = None,
                             domain_name: Optional[str] = None,
                             prevalidation_options: Optional[AcmeDomainValidationPrevalidationOptionsArgs] = None,
                             tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewAcmeDomainValidation(ctx *Context, name string, args AcmeDomainValidationArgs, opts ...ResourceOption) (*AcmeDomainValidation, error)
    public AcmeDomainValidation(string name, AcmeDomainValidationArgs args, CustomResourceOptions? opts = null)
    public AcmeDomainValidation(String name, AcmeDomainValidationArgs args)
    public AcmeDomainValidation(String name, AcmeDomainValidationArgs args, CustomResourceOptions options)
    
    type: aws-native:certificatemanager:AcmeDomainValidation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_certificatemanager_acme_domain_validation" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args AcmeDomainValidationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AcmeDomainValidationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AcmeDomainValidationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AcmeDomainValidationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AcmeDomainValidationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AcmeDomainValidation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AcmeDomainValidation resource accepts the following input properties:

    AcmeEndpointArn string
    The ARN of the ACME endpoint this domain validation is associated with.
    DomainName string
    The domain name to validate.
    PrevalidationOptions Pulumi.AwsNative.CertificateManager.Inputs.AcmeDomainValidationPrevalidationOptions
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags associated with the domain validation.
    AcmeEndpointArn string
    The ARN of the ACME endpoint this domain validation is associated with.
    DomainName string
    The domain name to validate.
    PrevalidationOptions AcmeDomainValidationPrevalidationOptionsArgs
    Tags TagArgs
    Tags associated with the domain validation.
    acme_endpoint_arn string
    The ARN of the ACME endpoint this domain validation is associated with.
    domain_name string
    The domain name to validate.
    prevalidation_options object
    tags list(object)
    Tags associated with the domain validation.
    acmeEndpointArn String
    The ARN of the ACME endpoint this domain validation is associated with.
    domainName String
    The domain name to validate.
    prevalidationOptions AcmeDomainValidationPrevalidationOptions
    tags List<Tag>
    Tags associated with the domain validation.
    acmeEndpointArn string
    The ARN of the ACME endpoint this domain validation is associated with.
    domainName string
    The domain name to validate.
    prevalidationOptions AcmeDomainValidationPrevalidationOptions
    tags Tag[]
    Tags associated with the domain validation.
    acme_endpoint_arn str
    The ARN of the ACME endpoint this domain validation is associated with.
    domain_name str
    The domain name to validate.
    prevalidation_options AcmeDomainValidationPrevalidationOptionsArgs
    tags Sequence[TagArgs]
    Tags associated with the domain validation.
    acmeEndpointArn String
    The ARN of the ACME endpoint this domain validation is associated with.
    domainName String
    The domain name to validate.
    prevalidationOptions Property Map
    tags List<Property Map>
    Tags associated with the domain validation.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AcmeDomainValidation resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the domain validation.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the domain validation.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the domain validation.
    id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the domain validation.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the domain validation.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the domain validation.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the domain validation.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    AcmeDomainValidationDnsPrevalidationOptions, AcmeDomainValidationDnsPrevalidationOptionsArgs

    DNS-based prevalidation options for the domain validation.
    DomainScope Pulumi.AwsNative.CertificateManager.Inputs.AcmeDomainValidationDomainScope
    HostedZoneId string
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.
    DomainScope AcmeDomainValidationDomainScope
    HostedZoneId string
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.
    domain_scope object
    hosted_zone_id string
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.
    domainScope AcmeDomainValidationDomainScope
    hostedZoneId String
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.
    domainScope AcmeDomainValidationDomainScope
    hostedZoneId string
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.
    domain_scope AcmeDomainValidationDomainScope
    hosted_zone_id str
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.
    domainScope Property Map
    hostedZoneId String
    The Route 53 hosted zone ID for automatic DNS record management. When provided, the service creates the validation DNS record on the customer's behalf.

    AcmeDomainValidationDomainScope, AcmeDomainValidationDomainScopeArgs

    Controls which certificate types are authorized to be issued for the domain via the ACME endpoint.
    ExactDomain string
    Whether certificates may be issued for the exact domain.
    Subdomains string
    Whether certificates may be issued for subdomains of the domain.
    Wildcards string
    Whether wildcard certificates may be issued for the domain.
    ExactDomain string
    Whether certificates may be issued for the exact domain.
    Subdomains string
    Whether certificates may be issued for subdomains of the domain.
    Wildcards string
    Whether wildcard certificates may be issued for the domain.
    exact_domain string
    Whether certificates may be issued for the exact domain.
    subdomains string
    Whether certificates may be issued for subdomains of the domain.
    wildcards string
    Whether wildcard certificates may be issued for the domain.
    exactDomain String
    Whether certificates may be issued for the exact domain.
    subdomains String
    Whether certificates may be issued for subdomains of the domain.
    wildcards String
    Whether wildcard certificates may be issued for the domain.
    exactDomain string
    Whether certificates may be issued for the exact domain.
    subdomains string
    Whether certificates may be issued for subdomains of the domain.
    wildcards string
    Whether wildcard certificates may be issued for the domain.
    exact_domain str
    Whether certificates may be issued for the exact domain.
    subdomains str
    Whether certificates may be issued for subdomains of the domain.
    wildcards str
    Whether wildcard certificates may be issued for the domain.
    exactDomain String
    Whether certificates may be issued for the exact domain.
    subdomains String
    Whether certificates may be issued for subdomains of the domain.
    wildcards String
    Whether wildcard certificates may be issued for the domain.

    AcmeDomainValidationPrevalidationOptions, AcmeDomainValidationPrevalidationOptionsArgs

    Prevalidation method configuration. Currently only DNS-based prevalidation is supported.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial