Amazon Macie · Example Payload

Amazon Macie Resource Statistics Example

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Amazon Macie Resource Statistics Example is an example object payload from Amazon Macie, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalBytesClassifiedtotalDetectionstotalDetectionsSuppressedtotalItemsClassifiedtotalItemsSensitivetotalItemsSkippedtotalItemsSkippedInvalidEncryptiontotalItemsSkippedInvalidKmstotalItemsSkippedPermissionDenied

Example Payload

Raw ↑
{
  "totalBytesClassified": "example-value",
  "totalDetections": "example-value",
  "totalDetectionsSuppressed": "example-value",
  "totalItemsClassified": "example-value",
  "totalItemsSensitive": "example-value",
  "totalItemsSkipped": "example-value",
  "totalItemsSkippedInvalidEncryption": "abc12345-6789-0123",
  "totalItemsSkippedInvalidKms": "abc12345-6789-0123",
  "totalItemsSkippedPermissionDenied": "example-value"
}