Amazon S3 API · JSON Structure

S3 Replicationrulefilter Structure

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.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Replicationrulefilter 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": "ReplicationRuleFilter",
  "type": "object",
  "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.",
  "fields": [
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Tag",
      "type": "string"
    },
    {
      "name": "And",
      "type": "string"
    }
  ]
}