Values.CoverageResourceDetailsSourceInformation about the resource for each individual EKS cluster.
type nonrec t = {eksClusterDetails : CoverageEksClusterDetails.t option;EKS cluster details involved in the coverage statistics.
*)ecsClusterDetails : CoverageEcsClusterDetails.t option;Information about the Amazon ECS cluster that is assessed for runtime coverage.
*)ec2InstanceDetails : CoverageEc2InstanceDetails.t option;Information about the Amazon EC2 instance assessed for runtime coverage.
*)resourceType : ResourceType.t option;The type of Amazon Web Services resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `Long of Long.t
| `String of String_.t ])
list ])
list ])
list ]