Skip to main content

certificate_authorities

Retrieves a list of certificate_authorities in a region

Overview

Namecertificate_authorities
TypeResource
Descriptioncertificate_authorities
Idawscc.acmpca.certificate_authorities

Fields

NameDatatypeDescription
arnundefinedThe Amazon Resource Name (ARN) of the certificate authority.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.acmpca.certificate_authorities
WHERE region = 'us-east-1'

Permissions

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

Create

acm-pca:CreateCertificateAuthority,
acm-pca:DescribeCertificateAuthority,
acm-pca:GetCertificateAuthorityCsr

List

acm-pca:DescribeCertificateAuthority,
acm-pca:GetCertificateAuthorityCsr,
acm-pca:ListCertificateAuthorities,
acm-pca:ListTags