certificate_authorities
Retrieves a list of certificate_authorities
in a region
Overview
Name | certificate_authorities |
Type | Resource |
Description | certificate_authorities |
Id | awscc.acmpca.certificate_authorities |
Fields
Name | Datatype | Description |
---|---|---|
arn | undefined | The Amazon Resource Name (ARN) of the certificate authority. |
region | string | AWS 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