class Aws::ACM::Types::CertificateDetail

Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.

@!attribute [rw] certificate_arn

The Amazon Resource Name (ARN) of the certificate. For more
information about ARNs, see [Amazon Resource Names (ARNs)][1] in the
*Amazon Web Services General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] domain_name

The fully qualified domain name for the certificate, such as
www.example.com or example.com.
@return [String]

@!attribute [rw] subject_alternative_names

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.
@return [Array<String>]

@!attribute [rw] domain_validation_options

Contains information about the initial validation of each domain
name that occurs as a result of the RequestCertificate request. This
field exists only when the certificate type is `AMAZON_ISSUED`.
@return [Array<Types::DomainValidation>]

@!attribute [rw] serial

The serial number of the certificate.
@return [String]

@!attribute [rw] subject

The name of the entity that is associated with the public key
contained in the certificate.
@return [String]

@!attribute [rw] issuer

The name of the certificate authority that issued and signed the
certificate.
@return [String]

@!attribute [rw] created_at

The time at which the certificate was requested.
@return [Time]

@!attribute [rw] issued_at

The time at which the certificate was issued. This value exists only
when the certificate type is `AMAZON_ISSUED`.
@return [Time]

@!attribute [rw] imported_at

The date and time at which the certificate was imported. This value
exists only when the certificate type is `IMPORTED`.
@return [Time]

@!attribute [rw] status

The status of the certificate.
@return [String]

@!attribute [rw] revoked_at

The time at which the certificate was revoked. This value exists
only when the certificate status is `REVOKED`.
@return [Time]

@!attribute [rw] revocation_reason

The reason the certificate was revoked. This value exists only when
the certificate status is `REVOKED`.
@return [String]

@!attribute [rw] not_before

The time before which the certificate is not valid.
@return [Time]

@!attribute [rw] not_after

The time after which the certificate is not valid.
@return [Time]

@!attribute [rw] key_algorithm

The algorithm that was used to generate the public-private key pair.
@return [String]

@!attribute [rw] signature_algorithm

The algorithm that was used to sign the certificate.
@return [String]

@!attribute [rw] in_use_by

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.
@return [Array<String>]

@!attribute [rw] failure_reason

The reason the certificate request failed. This value exists only
when the certificate status is `FAILED`. For more information, see
[Certificate Request Failed][1] in the *Amazon Web Services
Certificate Manager User Guide*.

[1]: https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting.html#troubleshooting-failed
@return [String]

@!attribute [rw] type

The source of the certificate. For certificates provided by ACM,
this value is `AMAZON_ISSUED`. For certificates that you imported
with ImportCertificate, this value is `IMPORTED`. ACM does not
provide [managed renewal][1] for imported certificates. For more
information about the differences between certificates that you
import and those that ACM provides, see [Importing Certificates][2]
in the *Amazon Web Services Certificate Manager User Guide*.

[1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
[2]: https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html
@return [String]

@!attribute [rw] renewal_summary

Contains information about the status of ACM's [managed renewal][1]
for the certificate. This field exists only when the certificate
type is `AMAZON_ISSUED`.

[1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
@return [Types::RenewalSummary]

@!attribute [rw] key_usages

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
DIGITAL\_SIGNATURE, KEY\_ENCHIPHERMENT, NON\_REPUDIATION, and more.
@return [Array<Types::KeyUsage>]

@!attribute [rw] extended_key_usages

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).
@return [Array<Types::ExtendedKeyUsage>]

@!attribute [rw] certificate_authority_arn

The Amazon Resource Name (ARN) of the ACM PCA private certificate
authority (CA) that issued the certificate. This has the following
format:

`arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012`
@return [String]

@!attribute [rw] renewal_eligibility

Specifies whether the certificate is eligible for renewal. At this
time, only exported private certificates can be renewed with the
RenewCertificate command.
@return [String]

@!attribute [rw] options

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.
@return [Types::CertificateOptions]

@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/CertificateDetail AWS API Documentation

Constants

SENSITIVE