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

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

    Using getAcmeEndpoint

    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 getAcmeEndpoint(args: GetAcmeEndpointArgs, opts?: InvokeOptions): Promise<GetAcmeEndpointResult>
    function getAcmeEndpointOutput(args: GetAcmeEndpointOutputArgs, opts?: InvokeOptions): Output<GetAcmeEndpointResult>
    def get_acme_endpoint(acme_endpoint_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetAcmeEndpointResult
    def get_acme_endpoint_output(acme_endpoint_arn: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetAcmeEndpointResult]
    func LookupAcmeEndpoint(ctx *Context, args *LookupAcmeEndpointArgs, opts ...InvokeOption) (*LookupAcmeEndpointResult, error)
    func LookupAcmeEndpointOutput(ctx *Context, args *LookupAcmeEndpointOutputArgs, opts ...InvokeOption) LookupAcmeEndpointResultOutput

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

    public static class GetAcmeEndpoint 
    {
        public static Task<GetAcmeEndpointResult> InvokeAsync(GetAcmeEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetAcmeEndpointResult> Invoke(GetAcmeEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAcmeEndpointResult> getAcmeEndpoint(GetAcmeEndpointArgs args, InvokeOptions options)
    public static Output<GetAcmeEndpointResult> getAcmeEndpoint(GetAcmeEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:certificatemanager:getAcmeEndpoint
      arguments:
        # arguments dictionary
    data "aws-native_certificatemanager_get_acme_endpoint" "name" {
        # arguments
    }

    The following arguments are supported:

    AcmeEndpointArn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    AcmeEndpointArn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    acme_endpoint_arn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    acmeEndpointArn String
    The Amazon Resource Name (ARN) of the ACME endpoint.
    acmeEndpointArn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    acme_endpoint_arn str
    The Amazon Resource Name (ARN) of the ACME endpoint.
    acmeEndpointArn String
    The Amazon Resource Name (ARN) of the ACME endpoint.

    getAcmeEndpoint Result

    The following output properties are available:

    AcmeEndpointArn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    AuthorizationBehavior string
    The authorization behavior for the ACME endpoint.
    CertificateAuthority Pulumi.AwsNative.CertificateManager.Outputs.AcmeEndpointCertificateAuthority
    Contact string
    Whether contact information is required for the ACME endpoint.
    EndpointUrl string
    The ACME directory URL for the endpoint.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with the ACME endpoint.
    AcmeEndpointArn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    AuthorizationBehavior string
    The authorization behavior for the ACME endpoint.
    CertificateAuthority AcmeEndpointCertificateAuthority
    Contact string
    Whether contact information is required for the ACME endpoint.
    EndpointUrl string
    The ACME directory URL for the endpoint.
    Tags Tag
    Tags associated with the ACME endpoint.
    acme_endpoint_arn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    authorization_behavior string
    The authorization behavior for the ACME endpoint.
    certificate_authority object
    contact string
    Whether contact information is required for the ACME endpoint.
    endpoint_url string
    The ACME directory URL for the endpoint.
    tags list(object)
    Tags associated with the ACME endpoint.
    acmeEndpointArn String
    The Amazon Resource Name (ARN) of the ACME endpoint.
    authorizationBehavior String
    The authorization behavior for the ACME endpoint.
    certificateAuthority AcmeEndpointCertificateAuthority
    contact String
    Whether contact information is required for the ACME endpoint.
    endpointUrl String
    The ACME directory URL for the endpoint.
    tags List<Tag>
    Tags associated with the ACME endpoint.
    acmeEndpointArn string
    The Amazon Resource Name (ARN) of the ACME endpoint.
    authorizationBehavior string
    The authorization behavior for the ACME endpoint.
    certificateAuthority AcmeEndpointCertificateAuthority
    contact string
    Whether contact information is required for the ACME endpoint.
    endpointUrl string
    The ACME directory URL for the endpoint.
    tags Tag[]
    Tags associated with the ACME endpoint.
    acme_endpoint_arn str
    The Amazon Resource Name (ARN) of the ACME endpoint.
    authorization_behavior str
    The authorization behavior for the ACME endpoint.
    certificate_authority AcmeEndpointCertificateAuthority
    contact str
    Whether contact information is required for the ACME endpoint.
    endpoint_url str
    The ACME directory URL for the endpoint.
    tags Sequence[root_Tag]
    Tags associated with the ACME endpoint.
    acmeEndpointArn String
    The Amazon Resource Name (ARN) of the ACME endpoint.
    authorizationBehavior String
    The authorization behavior for the ACME endpoint.
    certificateAuthority Property Map
    contact String
    Whether contact information is required for the ACME endpoint.
    endpointUrl String
    The ACME directory URL for the endpoint.
    tags List<Property Map>
    Tags associated with the ACME endpoint.

    Supporting Types

    AcmeEndpointCertificateAuthority

    AcmeEndpointPublicCertificateAuthority

    AllowedKeyAlgorithms List<string>
    The allowed key algorithms for certificates issued via this endpoint.
    AllowedKeyAlgorithms []string
    The allowed key algorithms for certificates issued via this endpoint.
    allowed_key_algorithms list(string)
    The allowed key algorithms for certificates issued via this endpoint.
    allowedKeyAlgorithms List<String>
    The allowed key algorithms for certificates issued via this endpoint.
    allowedKeyAlgorithms string[]
    The allowed key algorithms for certificates issued via this endpoint.
    allowed_key_algorithms Sequence[str]
    The allowed key algorithms for certificates issued via this endpoint.
    allowedKeyAlgorithms List<String>
    The allowed key algorithms for certificates issued via this endpoint.

    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