1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. acmpca
  5. getCertificateAuthorityActivation

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.acmpca.getCertificateAuthorityActivation

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Used to install the certificate authority certificate and update the certificate authority status.

Using getCertificateAuthorityActivation

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 getCertificateAuthorityActivation(args: GetCertificateAuthorityActivationArgs, opts?: InvokeOptions): Promise<GetCertificateAuthorityActivationResult>
function getCertificateAuthorityActivationOutput(args: GetCertificateAuthorityActivationOutputArgs, opts?: InvokeOptions): Output<GetCertificateAuthorityActivationResult>
Copy
def get_certificate_authority_activation(certificate_authority_arn: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetCertificateAuthorityActivationResult
def get_certificate_authority_activation_output(certificate_authority_arn: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetCertificateAuthorityActivationResult]
Copy
func LookupCertificateAuthorityActivation(ctx *Context, args *LookupCertificateAuthorityActivationArgs, opts ...InvokeOption) (*LookupCertificateAuthorityActivationResult, error)
func LookupCertificateAuthorityActivationOutput(ctx *Context, args *LookupCertificateAuthorityActivationOutputArgs, opts ...InvokeOption) LookupCertificateAuthorityActivationResultOutput
Copy

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

public static class GetCertificateAuthorityActivation 
{
    public static Task<GetCertificateAuthorityActivationResult> InvokeAsync(GetCertificateAuthorityActivationArgs args, InvokeOptions? opts = null)
    public static Output<GetCertificateAuthorityActivationResult> Invoke(GetCertificateAuthorityActivationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCertificateAuthorityActivationResult> getCertificateAuthorityActivation(GetCertificateAuthorityActivationArgs args, InvokeOptions options)
public static Output<GetCertificateAuthorityActivationResult> getCertificateAuthorityActivation(GetCertificateAuthorityActivationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:acmpca:getCertificateAuthorityActivation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CertificateAuthorityArn This property is required. string
Arn of the Certificate Authority.
CertificateAuthorityArn This property is required. string
Arn of the Certificate Authority.
certificateAuthorityArn This property is required. String
Arn of the Certificate Authority.
certificateAuthorityArn This property is required. string
Arn of the Certificate Authority.
certificate_authority_arn This property is required. str
Arn of the Certificate Authority.
certificateAuthorityArn This property is required. String
Arn of the Certificate Authority.

getCertificateAuthorityActivation Result

The following output properties are available:

CompleteCertificateChain string
The complete certificate chain, including the Certificate Authority certificate.
Status string
The status of the Certificate Authority.
CompleteCertificateChain string
The complete certificate chain, including the Certificate Authority certificate.
Status string
The status of the Certificate Authority.
completeCertificateChain String
The complete certificate chain, including the Certificate Authority certificate.
status String
The status of the Certificate Authority.
completeCertificateChain string
The complete certificate chain, including the Certificate Authority certificate.
status string
The status of the Certificate Authority.
complete_certificate_chain str
The complete certificate chain, including the Certificate Authority certificate.
status str
The status of the Certificate Authority.
completeCertificateChain String
The complete certificate chain, including the Certificate Authority certificate.
status String
The status of the Certificate Authority.

Package Details

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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi