Skip to main content

certificate_authority_activation

Gets an individual certificate_authority_activation resource

Overview

Namecertificate_authority_activation
TypeResource
Descriptioncertificate_authority_activation
Idawscc.acmpca.certificate_authority_activation

Fields

NameDatatypeDescription
certificate_authority_arnstringArn of the Certificate Authority.
certificatestringCertificate Authority certificate that will be installed in the Certificate Authority.
certificate_chainstringCertificate chain for the Certificate Authority certificate.
statusstringThe status of the Certificate Authority.
complete_certificate_chainstringThe complete certificate chain, including the Certificate Authority certificate.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
certificate_authority_arn,
certificate,
certificate_chain,
status,
complete_certificate_chain
FROM awscc.acmpca.certificate_authority_activation
WHERE data__Identifier = '<CertificateAuthorityArn>';

Permissions

To operate on the certificate_authority_activation resource, the following permissions are required:

Read

acm-pca:GetCertificateAuthorityCertificate,
acm-pca:DescribeCertificateAuthority

Delete

acm-pca:UpdateCertificateAuthority

Update

acm-pca:ImportCertificateAuthorityCertificate,
acm-pca:UpdateCertificateAuthority