Values.AwsEksClusterDetailsSourceProvides details about an Amazon EKS cluster.
type nonrec t = {arn : NonEmptyString.t option;The ARN of the cluster.
*)certificateAuthorityData : NonEmptyString.t option;The certificate authority data for the cluster.
*)clusterStatus : NonEmptyString.t option;The status of the cluster. Valid values are as follows: ACTIVE CREATING DELETING FAILED PENDING UPDATING
*)endpoint : NonEmptyString.t option;The endpoint for the Amazon EKS API server.
*)name : NonEmptyString.t option;The name of the cluster.
*)resourcesVpcConfig : AwsEksClusterResourcesVpcConfigDetails.t option;The VPC configuration used by the cluster control plane.
*)roleArn : NonEmptyString.t option;The ARN of the IAM role that provides permissions for the Amazon EKS control plane to make calls to Amazon Web Services API operations on your behalf.
*)version : NonEmptyString.t option;The Amazon EKS server version for the cluster.
*)logging : AwsEksClusterLoggingDetails.t option;The logging configuration for the cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list ])
list ]
list ])
list ])
list ]