CertificateAuthoritySummary

Summary information about a certificate authority (CA) for an Amazon EKS cluster, returned by ListCertificateAuthorities and the certificate-authority write operations.

Types

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

Properties

Link copied to clipboard

The Unix epoch timestamp in seconds for when the certificate authority was last activated. This value is absent if the certificate authority has never been activated.

Link copied to clipboard

The entity that most recently activated the certificate authority, either CUSTOMER or EKS.

Link copied to clipboard

The Unix epoch timestamp in seconds for when the certificate authority was created.

Link copied to clipboard

The entity that created the certificate authority, either CUSTOMER or EKS.

Link copied to clipboard

The distribution status of the certificate authority: IN_PROGRESS, COMPLETE, FAILED, or DELETING.

Link copied to clipboard
val id: String?

The unique identifier of the certificate authority.

Link copied to clipboard

The signing status of the certificate authority: IN_USE, ACTIVATING, or NOT_USED.

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