Values.GetCoverageStatisticsRequestSourceRetrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled Runtime Monitoring and have the GuardDuty security agent running on their resources.
type nonrec t = {detectorId : DetectorId.t;The unique ID of the GuardDuty detector. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)filterCriteria : CoverageFilterCriteria.t option;Represents the criteria used to filter the coverage statistics.
*)statisticsType : CoverageStatisticsTypeList.t;Represents the statistics type used to aggregate the coverage details.
*)}val make :
?filterCriteria:??? ->
detectorId:DetectorId.t ->
statisticsType:CoverageStatisticsTypeList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of DetectorId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of [> `String of String_.t ] list ])
list ])
list ]
list ])
list ])
list ]