Values.CollectorHealthCheckSourceDescribes the last Fleet Advisor collector health check.
type nonrec t = {collectorStatus : CollectorStatus.t option;The status of the Fleet Advisor collector.
*)localCollectorS3Access : BooleanOptional.t option;Whether the local collector can access its Amazon S3 bucket.
*)webCollectorS3Access : BooleanOptional.t option;Whether the web collector can access its Amazon S3 bucket.
*)webCollectorGrantedRoleBasedAccess : BooleanOptional.t option;Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `Enum of string ]) list ]