Amazon Macie · Example Payload

Amazon Macie Get Bucket Statistics Response Example

Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3

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

Top-level fields

bucketCountbucketCountByEffectivePermissionbucketCountByEncryptionTypebucketCountByObjectEncryptionRequirementbucketCountBySharedAccessTypebucketStatisticsBySensitivityclassifiableObjectCountclassifiableSizeInByteslastUpdatedobjectCountsizeInBytessizeInBytesCompressedunclassifiableObjectCountunclassifiableObjectSizeInBytes

Example Payload

Raw ↑
{
  "bucketCount": "my-s3-bucket",
  "bucketCountByEffectivePermission": "my-s3-bucket",
  "bucketCountByEncryptionType": "my-s3-bucket",
  "bucketCountByObjectEncryptionRequirement": "my-s3-bucket",
  "bucketCountBySharedAccessType": "my-s3-bucket",
  "bucketStatisticsBySensitivity": "my-s3-bucket",
  "classifiableObjectCount": "example-value",
  "classifiableSizeInBytes": "example-value",
  "lastUpdated": "example-value",
  "objectCount": "example-value",
  "sizeInBytes": "example-value",
  "sizeInBytesCompressed": "example-value",
  "unclassifiableObjectCount": "example-value",
  "unclassifiableObjectSizeInBytes": "example-value"
}