View a markdown version of this page

CertificateAuthoritySummary - Amazon EKS

CertificateAuthoritySummary

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

Contents

activatedAt

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.

Type: Timestamp

Required: No

activatedBy

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

Type: String

Valid Values: EKS | CUSTOMER

Required: No

createdAt

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

Type: Timestamp

Required: No

createdBy

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

Type: String

Valid Values: EKS | CUSTOMER

Required: No

distributionStatus

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

Type: String

Valid Values: IN_PROGRESS | COMPLETE | FAILED | DELETING

Required: No

id

The unique identifier of the certificate authority.

Type: String

Required: No

signingStatus

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

Type: String

Valid Values: NOT_USED | ACTIVATING | IN_USE

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: