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
CUSTOMERorEKS.Type: String
Valid Values:
EKS | CUSTOMERRequired: 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
CUSTOMERorEKS.Type: String
Valid Values:
EKS | CUSTOMERRequired: No
- distributionStatus
-
The distribution status of the certificate authority:
IN_PROGRESS,COMPLETE,FAILED, orDELETING.Type: String
Valid Values:
IN_PROGRESS | COMPLETE | FAILED | DELETINGRequired: No
- id
-
The unique identifier of the certificate authority.
Type: String
Required: No
- signingStatus
-
The signing status of the certificate authority:
IN_USE,ACTIVATING, orNOT_USED.Type: String
Valid Values:
NOT_USED | ACTIVATING | IN_USERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: