Values.UsageStatisticsSourceContains the result of GuardDuty usage. If a UsageStatisticType is provided the result for other types will be null.
type nonrec t = {sumByAccount : UsageAccountResultList.t option;The usage statistic sum organized by account ID.
*)topAccountsByFeature : UsageTopAccountsResultList.t option;Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to least expensive. Currently, this doesn't support RDS_LOGIN_EVENTS.
*)sumByDataSource : UsageDataSourceResultList.t option;The usage statistic sum organized by on data source.
*)sumByResource : UsageResourceResultList.t option;The usage statistic sum organized by resource.
*)topResources : UsageResourceResultList.t option;Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
*)sumByFeature : UsageFeatureResultList.t option;The usage statistic sum organized by feature.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ]
list
| `String of AccountId.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ]
list ])
list ]