Skip to main content

certificate_authority_tags

Expands all tag keys and values for certificate_authorities in a region

Overview

Namecertificate_authority_tags
TypeResource
DescriptionPrivate certificate authority.
Idaws.acmpca.certificate_authority_tags

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.
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all certificate_authorities in a region.

SELECT
region,
arn,
type,
key_algorithm,
signing_algorithm,
subject,
revocation_configuration,
certificate_signing_request,
csr_extensions,
key_storage_security_standard,
usage_mode,
tag_key,
tag_value
FROM aws.acmpca.certificate_authority_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the certificate_authority_tags resource, see certificate_authorities