Amazon S3 API · JSON Structure

S3 Intelligenttieringconfiguration Structure

Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.

For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Intelligenttieringconfiguration Structure is a JSON Structure definition published by Amazon S3 API. 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/#",
  "title": "IntelligentTieringConfiguration",
  "type": "object",
  "description": "<p>Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.</p> <p>For information about the S3 Intelligent-Tiering storage class, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access\">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>",
  "fields": [
    {
      "name": "Id",
      "type": "string"
    },
    {
      "name": "Filter",
      "type": "string"
    },
    {
      "name": "Status",
      "type": "string"
    },
    {
      "name": "Tierings",
      "type": "string"
    }
  ]
}