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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.acmpca.getCertificateAuthorityActivation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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>
    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]
    func LookupCertificateAuthorityActivation(ctx *Context, args *LookupCertificateAuthorityActivationArgs, opts ...InvokeOption) (*LookupCertificateAuthorityActivationResult, error)
    func LookupCertificateAuthorityActivationOutput(ctx *Context, args *LookupCertificateAuthorityActivationOutputArgs, opts ...InvokeOption) LookupCertificateAuthorityActivationResultOutput

    > 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)
    }
    public static CompletableFuture<GetCertificateAuthorityActivationResult> getCertificateAuthorityActivation(GetCertificateAuthorityActivationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:acmpca:getCertificateAuthorityActivation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CertificateAuthorityArn string
    Arn of the Certificate Authority.
    CertificateAuthorityArn string
    Arn of the Certificate Authority.
    certificateAuthorityArn String
    Arn of the Certificate Authority.
    certificateAuthorityArn string
    Arn of the Certificate Authority.
    certificate_authority_arn str
    Arn of the Certificate Authority.
    certificateAuthorityArn 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi