Amazon S3 API · Schema

Tiering

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.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Days object
AccessTier object
View JSON Schema on GitHub

JSON Schema

s3-tiering-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tiering",
  "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."
}