certificate_authorities_list_only
Lists certificate_authorities
in a region or regions, for all properties use certificate_authorities
Overview
Name | certificate_authorities_list_only |
Type | Resource |
Description | Private certificate authority. |
Id | aws.acmpca.certificate_authorities_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the certificate authority. |
type | string | The type of the certificate authority. |
key_algorithm | string | Public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate. |
signing_algorithm | string | Algorithm your CA uses to sign certificate requests. |
subject | object | Structure that contains X.500 distinguished name information for your CA. |
revocation_configuration | object | Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions. |
tags | array | |
certificate_signing_request | string | The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate. |
csr_extensions | object | Structure that contains CSR pass through extension information used by the CreateCertificateAuthority action. |
key_storage_security_standard | string | KeyStorageSecurityStadard defines a cryptographic key management compliance standard used for handling CA keys. |
usage_mode | string | Usage mode of the ceritificate authority. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all certificate_authorities
in a region.
SELECT
region,
arn
FROM aws.acmpca.certificate_authorities_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the certificate_authorities_list_only
resource, see certificate_authorities