Amazon S3 API · Schema

ReplicationRuleFilter

A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, Tag, or an And child element.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Prefix object
Tag object
And object
View JSON Schema on GitHub

JSON Schema

s3-replicationrulefilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplicationRuleFilter",
  "type": "object",
  "properties": {
    "Prefix": {},
    "Tag": {},
    "And": {}
  },
  "description": "A filter that identifies the subset of objects to which the replication rule applies. A <code>Filter</code> must specify exactly one <code>Prefix</code>, <code>Tag</code>, or an <code>And</code> child element."
}