AwsCertificateManagerCertificateDetails

Provides details about an Certificate Manager certificate.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the private certificate authority (CA) that will be used to issue the certificate.

Link copied to clipboard

Indicates when the certificate was requested.

Link copied to clipboard

The fully qualified domain name (FQDN), such as www.example.com, that is secured by the certificate.

Link copied to clipboard

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request.

Link copied to clipboard

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).

Link copied to clipboard

For a failed certificate request, the reason for the failure.

Link copied to clipboard

Indicates when the certificate was imported. Provided if the certificate type is IMPORTED.

Link copied to clipboard

The list of ARNs for the Amazon Web Services resources that use the certificate.

Link copied to clipboard

Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED.

Link copied to clipboard

The name of the certificate authority that issued and signed the certificate.

Link copied to clipboard

The algorithm that was used to generate the public-private key pair.

Link copied to clipboard

A list of key usage X.509 v3 extension objects.

Link copied to clipboard

The time after which the certificate becomes invalid.

Link copied to clipboard

The time before which the certificate is not valid.

Link copied to clipboard

Provides a value that specifies whether to add the certificate to a transparency log.

Link copied to clipboard

Whether the certificate is eligible for renewal.

Link copied to clipboard

Information about the status of the Certificate Manager managed renewal for the certificate. Provided only when the certificate type is AMAZON_ISSUED.

Link copied to clipboard

The serial number of the certificate.

Link copied to clipboard

The algorithm that was used to sign the certificate.

Link copied to clipboard

The status of the certificate.

Link copied to clipboard

The name of the entity that is associated with the public key contained in the certificate.

Link copied to clipboard

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.

Link copied to clipboard
val type: String?

The source of the certificate. For certificates that Certificate Manager provides, Type is AMAZON_ISSUED. For certificates that are imported with ImportCertificate, Type is IMPORTED.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String