Amazon S3 API · Schema

FilterRuleList

A list of containers for the key-value pair that defines the criteria for the filter rule.

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-filterrulelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FilterRuleList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Name": {},
      "Value": {}
    },
    "description": "Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name."
  },
  "description": "A list of containers for the key-value pair that defines the criteria for the filter rule."
}