Amazon S3 API · Schema

IntelligentTieringAndOperator

A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Prefix object
Tags object
View JSON Schema on GitHub

JSON Schema

s3-intelligenttieringandoperator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IntelligentTieringAndOperator",
  "type": "object",
  "properties": {
    "Prefix": {},
    "Tags": {}
  },
  "description": "A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies."
}