Values.EksConfigurationSourceThe EksConfiguration structure describes the connection to the Amazon EKS cluster from which a scraper collects metrics.
type nonrec t = {clusterArn : ClusterArn.t;ARN of the Amazon EKS cluster.
*)securityGroupIds : SecurityGroupIds.t option;A list of the security group IDs for the Amazon EKS cluster VPC configuration.
*)subnetIds : SubnetIds.t;A list of subnet IDs for the Amazon EKS cluster VPC configuration.
*)}val make :
?securityGroupIds:??? ->
clusterArn:ClusterArn.t ->
subnetIds:SubnetIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of ClusterArn.t ])
list ]