Values.ResourceStatisticsSourceInformation about each resource type associated with the groupedByResource statistics.
type nonrec t = {accountId : String_.t option;The ID of the Amazon Web Services account.
*)lastGeneratedAt : Timestamp.t option;The timestamp at which the statistics for this resource was last generated.
*)resourceId : String_.t option;ID associated with each resource. The following list provides the mapping of the resource type and resource ID. Mapping of resource and resource ID AccessKey - resource.accessKeyDetails.accessKeyId Container - resource.containerDetails.id ECSCluster - resource.ecsClusterDetails.name EKSCluster - resource.eksClusterDetails.name Instance - resource.instanceDetails.instanceId KubernetesCluster - resource.kubernetesDetails.kubernetesWorkloadDetails.name Lambda - resource.lambdaDetails.functionName RDSDBInstance - resource.rdsDbInstanceDetails.dbInstanceIdentifier S3Bucket - resource.s3BucketDetails.name S3Object - resource.s3BucketDetails.name
*)resourceType : String_.t option;The type of resource.
*)totalFindings : Integer.t option;The total number of findings associated with this resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]