Certificate Manager

This table represents the Certificate Manager resource from Amazon Web Services.

aws.acm

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
certificate_arncorestringThe Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.
certificate_authority_arncorestringThe Amazon Resource Name (ARN) of the private certificate authority (CA) that issued the certificate. This has the following format: <code>arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012</code>
created_atcoretimestampThe time at which the certificate was requested.
domain_namecorestringThe fully qualified domain name for the certificate, such as www.example.com or example.com.
domain_validation_optionscorejsonContains information about the initial validation of each domain name that occurs as a result of the <a>RequestCertificate</a> request. This field exists only when the certificate type is <code>AMAZON_ISSUED</code>.
exportedcoreboolIndicates whether the certificate has been exported. This value exists only when the certificate type is <code>PRIVATE</code>.
extended_key_usagescorejsonContains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
failure_reasoncorestringThe reason the certificate request failed. This value exists only when the certificate status is <code>FAILED</code>. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting.html#troubleshooting-failed">Certificate Request Failed</a> in the <i>Certificate Manager User Guide</i>.
has_additional_subject_alternative_namescoreboolWhen called by <a>ListCertificates</a>, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use <a>DescribeCertificate</a>.
imported_atcoretimestampThe date and time when the certificate was imported. This value exists only when the certificate type is <code>IMPORTED</code>.
in_usecoreboolIndicates whether the certificate is currently in use by any Amazon Web Services resources.
in_use_bycorearray<string>A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.
issued_atcoretimestampThe time at which the certificate was issued. This value exists only when the certificate type is <code>AMAZON_ISSUED</code>.
issuercorestringThe name of the certificate authority that issued and signed the certificate.
key_algorithmcorestringThe algorithm that was used to generate the public-private key pair.
key_usagescorejsonA list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include <code>DIGITAL_SIGNATURE</code>, <code>KEY_ENCIPHERMENT</code>, <code>NON_REPUDIATION</code>, and more.
not_aftercoretimestampThe time after which the certificate is not valid.
not_beforecoretimestampThe time before which the certificate is not valid.
optionscorejsonValue that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.
renewal_eligibilitycorestringSpecifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the <a>RenewCertificate</a> command.
renewal_summarycorejsonContains information about the status of ACM's <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html">managed renewal</a> for the certificate. This field exists only when the certificate type is <code>AMAZON_ISSUED</code>.
revocation_reasoncorestringThe reason the certificate was revoked. This value exists only when the certificate status is <code>REVOKED</code>.
revoked_atcoretimestampThe time at which the certificate was revoked. This value exists only when the certificate status is <code>REVOKED</code>.
serialcorestringThe serial number of the certificate.
signature_algorithmcorestringThe algorithm that was used to sign the certificate.
statuscorestringThe status of the certificate. A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic <a href="https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-failed.html">Certificate request fails</a>. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with <a href="https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html">DNS validation</a> or <a href="https://docs.aws.amazon.com/acm/latest/userguide/email-validation.html">Email validation</a>, and try again. If validation succeeds, the certificate enters status ISSUED.
subjectcorestringThe name of the entity that is associated with the public key contained in the certificate.
subject_alternative_name_summariescorearray<string>One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website. When called by <a>ListCertificates</a>, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use <a>DescribeCertificate</a>.
subject_alternative_namescorearray<string>One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
tagscorehstore
typecorestringThe source of the certificate. For certificates provided by ACM, this value is <code>AMAZON_ISSUED</code>. For certificates that you imported with <a>ImportCertificate</a>, this value is <code>IMPORTED</code>. ACM does not provide <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html">managed renewal</a> for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html">Importing Certificates</a> in the <i>Certificate Manager User Guide</i>.