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

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

    Using getAcmeDomainValidation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAcmeDomainValidation(args: GetAcmeDomainValidationArgs, opts?: InvokeOptions): Promise<GetAcmeDomainValidationResult>
    function getAcmeDomainValidationOutput(args: GetAcmeDomainValidationOutputArgs, opts?: InvokeOptions): Output<GetAcmeDomainValidationResult>
    def get_acme_domain_validation(arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetAcmeDomainValidationResult
    def get_acme_domain_validation_output(arn: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetAcmeDomainValidationResult]
    func LookupAcmeDomainValidation(ctx *Context, args *LookupAcmeDomainValidationArgs, opts ...InvokeOption) (*LookupAcmeDomainValidationResult, error)
    func LookupAcmeDomainValidationOutput(ctx *Context, args *LookupAcmeDomainValidationOutputArgs, opts ...InvokeOption) LookupAcmeDomainValidationResultOutput

    > Note: This function is named LookupAcmeDomainValidation in the Go SDK.

    public static class GetAcmeDomainValidation 
    {
        public static Task<GetAcmeDomainValidationResult> InvokeAsync(GetAcmeDomainValidationArgs args, InvokeOptions? opts = null)
        public static Output<GetAcmeDomainValidationResult> Invoke(GetAcmeDomainValidationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAcmeDomainValidationResult> getAcmeDomainValidation(GetAcmeDomainValidationArgs args, InvokeOptions options)
    public static Output<GetAcmeDomainValidationResult> getAcmeDomainValidation(GetAcmeDomainValidationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:certificatemanager:getAcmeDomainValidation
      arguments:
        # arguments dictionary
    data "aws-native_certificatemanager_get_acme_domain_validation" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the domain validation.
    Arn string
    The Amazon Resource Name (ARN) of the domain validation.
    arn string
    The Amazon Resource Name (ARN) of the domain validation.
    arn String
    The Amazon Resource Name (ARN) of the domain validation.
    arn string
    The Amazon Resource Name (ARN) of the domain validation.
    arn str
    The Amazon Resource Name (ARN) of the domain validation.
    arn String
    The Amazon Resource Name (ARN) of the domain validation.

    getAcmeDomainValidation Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the domain validation.
    PrevalidationOptions Pulumi.AwsNative.CertificateManager.Outputs.AcmeDomainValidationPrevalidationOptions
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with the domain validation.
    Arn string
    The Amazon Resource Name (ARN) of the domain validation.
    PrevalidationOptions AcmeDomainValidationPrevalidationOptions
    Tags Tag
    Tags associated with the domain validation.
    arn string
    The Amazon Resource Name (ARN) of the domain validation.
    prevalidation_options object
    tags list(object)
    Tags associated with the domain validation.
    arn String
    The Amazon Resource Name (ARN) of the domain validation.
    prevalidationOptions AcmeDomainValidationPrevalidationOptions
    tags List<Tag>
    Tags associated with the domain validation.
    arn string
    The Amazon Resource Name (ARN) of the domain validation.
    prevalidationOptions AcmeDomainValidationPrevalidationOptions
    tags Tag[]
    Tags associated with the domain validation.
    arn str
    The Amazon Resource Name (ARN) of the domain validation.
    prevalidation_options AcmeDomainValidationPrevalidationOptions
    tags Sequence[root_Tag]
    Tags associated with the domain validation.
    arn String
    The Amazon Resource Name (ARN) of the domain validation.
    prevalidationOptions Property Map
    tags List<Property Map>
    Tags associated with the domain validation.

    Supporting Types

    AcmeDomainValidationDnsPrevalidationOptions

    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

    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

    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 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