Amazon S3 API · Schema

IntelligentTieringFilter

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

Cloud StorageObject StorageStorage

Properties

Name Type Description
Prefix object
Tag object A container of a key value name pair.
And object
View JSON Schema on GitHub

JSON Schema

s3-intelligenttieringfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IntelligentTieringFilter",
  "type": "object",
  "properties": {
    "Prefix": {},
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {},
        "Value": {}
      },
      "required": [
        "Key",
        "Value"
      ],
      "description": "A container of a key value name pair."
    },
    "And": {}
  },
  "description": "The <code>Filter</code> is used to identify objects that the S3 Intelligent-Tiering configuration applies to."
}