Amazon Macie · JSON Structure

Amazon Macie Storage Class Structure

The storage class of the S3 object. Possible values are:

Type: string Properties: 0
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

StorageClass is a JSON Structure definition published by Amazon Macie. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-storage-class-structure.json",
  "name": "StorageClass",
  "description": "The storage class of the S3 object. Possible values are:",
  "type": "string",
  "enum": [
    "STANDARD",
    "REDUCED_REDUNDANCY",
    "STANDARD_IA",
    "INTELLIGENT_TIERING",
    "DEEP_ARCHIVE",
    "ONEZONE_IA",
    "GLACIER",
    "GLACIER_IR",
    "OUTPOSTS"
  ]
}