Values.SourceSourceThe source of collected metrics for a scraper.
type nonrec t = {eksConfiguration : EksConfiguration.t option;The Amazon EKS cluster from which a scraper collects metrics.
*)vpcConfiguration : VpcConfiguration.t option;The Amazon VPC configuration for the Prometheus collector when connecting to Amazon MSK clusters. This configuration enables secure, private network connectivity between the collector and your Amazon MSK cluster within your Amazon VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of ClusterArn.t ])
list ])
list ]