Values.BucketStatisticsBySensitivitySourceProvides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets, grouped by bucket sensitivity score (sensitivityScore). If automated sensitive data discovery is currently disabled for your account, the value for most of these metrics is 0.
type nonrec t = {classificationError : SensitivityAggregations.t option;The aggregated statistical data for all buckets that have a sensitivity score of -1.
*)notClassified : SensitivityAggregations.t option;The aggregated statistical data for all buckets that have a sensitivity score of 50.
*)notSensitive : SensitivityAggregations.t option;The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
*)sensitive : SensitivityAggregations.t option;The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Long of Awso.Import.Int64.t ]) list ])
list ]