RenewalSummary

Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.

Types

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

Properties

Link copied to clipboard

Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

Link copied to clipboard

The status of ACM's managed renewal of the certificate.

Link copied to clipboard

The reason that a renewal request was unsuccessful.

Link copied to clipboard

The time at which the renewal summary was last updated.

Functions

Link copied to clipboard
inline fun copy(block: RenewalSummary.Builder.() -> Unit = {}): RenewalSummary
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