AWS Native is in preview. AWS Classic is fully supported.
aws-native.acmpca.getCertificateAuthorityActivation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- string
Arn of the Certificate Authority.
- string
Arn of the Certificate Authority.
- String
Arn of the Certificate Authority.
- string
Arn of the Certificate Authority.
- str
Arn of the Certificate Authority.
- String
Arn of the Certificate Authority.
getCertificateAuthorityActivation Result
The following output properties are available:
- Complete
Certificate stringChain The complete certificate chain, including the Certificate Authority certificate.
- Status string
The status of the Certificate Authority.
- Complete
Certificate stringChain The complete certificate chain, including the Certificate Authority certificate.
- Status string
The status of the Certificate Authority.
- complete
Certificate StringChain The complete certificate chain, including the Certificate Authority certificate.
- status String
The status of the Certificate Authority.
- complete
Certificate stringChain The complete certificate chain, including the Certificate Authority certificate.
- status string
The status of the Certificate Authority.
- complete_
certificate_ strchain The complete certificate chain, including the Certificate Authority certificate.
- status str
The status of the Certificate Authority.
- complete
Certificate StringChain 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 is in preview. AWS Classic is fully supported.