Amazon S3 API · JSON Structure

S3 Intelligenttieringfilter Structure

The Filter is used to identify objects that the S3 Intelligent-Tiering configuration applies to.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Intelligenttieringfilter 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": "IntelligentTieringFilter",
  "type": "object",
  "description": "The <code>Filter</code> is used to identify objects that the S3 Intelligent-Tiering configuration applies to.",
  "fields": [
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Tag",
      "type": "object",
      "description": "A container of a key value name pair."
    },
    {
      "name": "And",
      "type": "string"
    }
  ]
}