| _key | core | string | |
| account_id | core | string | |
| certificate_arn | core | string | The 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_arn | core | string | The 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_at | core | timestamp | The time at which the certificate was requested. |
| domain_name | core | string | The fully qualified domain name for the certificate, such as www.example.com or example.com. |
| domain_validation_options | core | json | Contains 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>. |
| exported | core | bool | Indicates whether the certificate has been exported. This value exists only when the certificate type is <code>PRIVATE</code>. |
| extended_key_usages | core | json | Contains 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_reason | core | string | The 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_names | core | bool | When 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_at | core | timestamp | The date and time when the certificate was imported. This value exists only when the certificate type is <code>IMPORTED</code>. |
| in_use | core | bool | Indicates whether the certificate is currently in use by any Amazon Web Services resources. |
| in_use_by | core | array<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_at | core | timestamp | The time at which the certificate was issued. This value exists only when the certificate type is <code>AMAZON_ISSUED</code>. |
| issuer | core | string | The name of the certificate authority that issued and signed the certificate. |
| key_algorithm | core | string | The algorithm that was used to generate the public-private key pair. |
| key_usages | core | json | A 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_after | core | timestamp | The time after which the certificate is not valid. |
| not_before | core | timestamp | The time before which the certificate is not valid. |
| options | core | json | Value 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_eligibility | core | string | Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the <a>RenewCertificate</a> command. |
| renewal_summary | core | json | Contains 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_reason | core | string | The reason the certificate was revoked. This value exists only when the certificate status is <code>REVOKED</code>. |
| revoked_at | core | timestamp | The time at which the certificate was revoked. This value exists only when the certificate status is <code>REVOKED</code>. |
| serial | core | string | The serial number of the certificate. |
| signature_algorithm | core | string | The algorithm that was used to sign the certificate. |
| status | core | string | The 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. |
| subject | core | string | The name of the entity that is associated with the public key contained in the certificate. |
| subject_alternative_name_summaries | core | array<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_names | core | array<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. |
| tags | core | hstore | |
| type | core | string | The 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>. |