Amazon S3 API · JSON Structure

S3 Metricsandoperator Structure

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

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Metricsandoperator 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": "MetricsAndOperator",
  "type": "object",
  "description": "A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.",
  "fields": [
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Tags",
      "type": "string"
    },
    {
      "name": "AccessPointArn",
      "type": "string"
    }
  ]
}