Amazon S3 API · Schema

TieringList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-tieringlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TieringList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Days": {},
      "AccessTier": {}
    },
    "required": [
      "Days",
      "AccessTier"
    ],
    "description": "The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead."
  }
}