Skip to main content

certificate_authorities_list_only

Lists certificate_authorities in a region or regions, for all properties use certificate_authorities

Overview

Namecertificate_authorities_list_only
TypeResource
DescriptionPrivate certificate authority.
Idaws.acmpca.certificate_authorities_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the certificate authority.
typestringThe type of the certificate authority.
key_algorithmstringPublic key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.
signing_algorithmstringAlgorithm your CA uses to sign certificate requests.
subjectobjectStructure that contains X.500 distinguished name information for your CA.
revocation_configurationobjectCertificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions.
tagsarray
certificate_signing_requeststringThe base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
csr_extensionsobjectStructure that contains CSR pass through extension information used by the CreateCertificateAuthority action.
key_storage_security_standardstringKeyStorageSecurityStadard defines a cryptographic key management compliance standard used for handling CA keys.
usage_modestringUsage mode of the ceritificate authority.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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