Values.EksSourceSourceThe input source of the Amazon Elastic Kubernetes Service cluster.
type nonrec t = {eksClusterArn : Arn.t;Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
*)namespaces : EksNamespaceList.t;The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of EksNamespace.t ] list | `String of Arn.t ])
list ]