AcmCertificateMetadata

Contains ACM-specific metadata about a certificate.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The time at which the certificate was requested.

Link copied to clipboard

Indicates whether the certificate has been exported.

Link copied to clipboard

Indicates whether the certificate can be exported.

Link copied to clipboard
val importedAt: <Error class: unknown class>?

The date and time when the certificate was imported. This value exists only when the certificate type is IMPORTED.

Link copied to clipboard

Indicates whether the certificate is currently in use by an Amazon Web Services service.

Link copied to clipboard
val issuedAt: <Error class: unknown class>?

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

Link copied to clipboard

Identifies the Amazon Web Services service that manages the certificate issued by ACM.

Link copied to clipboard

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

Link copied to clipboard

The renewal status of the certificate.

Link copied to clipboard
val revokedAt: <Error class: unknown class>?

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

Link copied to clipboard

The status of the certificate.

Link copied to clipboard

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 for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.

Link copied to clipboard

Specifies the domain validation method.

Functions

Link copied to clipboard
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