Amazon S3 API · Schema

AnalyticsAndOperator

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.

Cloud StorageObject StorageStorage

Properties

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

JSON Schema

s3-analyticsandoperator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AnalyticsAndOperator",
  "type": "object",
  "properties": {
    "Prefix": {},
    "Tags": {}
  },
  "description": "A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply."
}