Values.ComputeConfigResponseSourceIndicates the status of the request to update the compute capability of your EKS Auto Mode cluster.
type nonrec t = {enabled : BoxedBoolean.t option;Indicates if the compute capability is enabled on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.
*)nodePools : StringList.t option;Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.
*)nodeRoleArn : String_.t option;The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]