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
published on Monday, Aug 3, 2026 by Pulumi
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
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 dictionarydata "aws-native_certificatemanager_get_acme_endpoint" "name" {
# arguments
}The following arguments are supported:
- Acme
Endpoint stringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- Acme
Endpoint stringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- acme_
endpoint_ stringarn - The Amazon Resource Name (ARN) of the ACME endpoint.
- acme
Endpoint StringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- acme
Endpoint stringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- acme_
endpoint_ strarn - The Amazon Resource Name (ARN) of the ACME endpoint.
- acme
Endpoint StringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
getAcmeEndpoint Result
The following output properties are available:
- Acme
Endpoint stringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- string
- The authorization behavior for the ACME endpoint.
-
Pulumi.
Aws Native. Certificate Manager. Outputs. Acme Endpoint Certificate Authority - Contact string
- Whether contact information is required for the ACME endpoint.
- Endpoint
Url string - The ACME directory URL for the endpoint.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags associated with the ACME endpoint.
- Acme
Endpoint stringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- string
- The authorization behavior for the ACME endpoint.
-
Acme
Endpoint Certificate Authority - Contact string
- Whether contact information is required for the ACME endpoint.
- Endpoint
Url string - The ACME directory URL for the endpoint.
- Tag
- Tags associated with the ACME endpoint.
- acme_
endpoint_ stringarn - The Amazon Resource Name (ARN) of the ACME endpoint.
- string
- The authorization behavior for the ACME endpoint.
- object
- contact string
- Whether contact information is required for the ACME endpoint.
- endpoint_
url string - The ACME directory URL for the endpoint.
- list(object)
- Tags associated with the ACME endpoint.
- acme
Endpoint StringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- String
- The authorization behavior for the ACME endpoint.
-
Acme
Endpoint Certificate Authority - contact String
- Whether contact information is required for the ACME endpoint.
- endpoint
Url String - The ACME directory URL for the endpoint.
- List<Tag>
- Tags associated with the ACME endpoint.
- acme
Endpoint stringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- string
- The authorization behavior for the ACME endpoint.
-
Acme
Endpoint Certificate Authority - contact string
- Whether contact information is required for the ACME endpoint.
- endpoint
Url string - The ACME directory URL for the endpoint.
- Tag[]
- Tags associated with the ACME endpoint.
- acme_
endpoint_ strarn - The Amazon Resource Name (ARN) of the ACME endpoint.
- str
- The authorization behavior for the ACME endpoint.
-
Acme
Endpoint Certificate Authority - contact str
- Whether contact information is required for the ACME endpoint.
- endpoint_
url str - The ACME directory URL for the endpoint.
- Sequence[root_Tag]
- Tags associated with the ACME endpoint.
- acme
Endpoint StringArn - The Amazon Resource Name (ARN) of the ACME endpoint.
- String
- The authorization behavior for the ACME endpoint.
- Property Map
- contact String
- Whether contact information is required for the ACME endpoint.
- endpoint
Url String - The ACME directory URL for the endpoint.
- List<Property Map>
- Tags associated with the ACME endpoint.
Supporting Types
AcmeEndpointCertificateAuthority
AcmeEndpointPublicCertificateAuthority
- Allowed
Key List<string>Algorithms - The allowed key algorithms for certificates issued via this endpoint.
- Allowed
Key []stringAlgorithms - The allowed key algorithms for certificates issued via this endpoint.
- allowed_
key_ list(string)algorithms - The allowed key algorithms for certificates issued via this endpoint.
- allowed
Key List<String>Algorithms - The allowed key algorithms for certificates issued via this endpoint.
- allowed
Key string[]Algorithms - The allowed key algorithms for certificates issued via this endpoint.
- allowed_
key_ Sequence[str]algorithms - The allowed key algorithms for certificates issued via this endpoint.
- allowed
Key List<String>Algorithms - The allowed key algorithms for certificates issued via this endpoint.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 3, 2026 by Pulumi