Amazon S3 API · JSON Structure

S3 Lifecyclerulefilter Structure

The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Lifecyclerulefilter 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": "LifecycleRuleFilter",
  "type": "object",
  "description": "The <code>Filter</code> is used to identify objects that a Lifecycle Rule applies to. A <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>, or <code>And</code> specified.",
  "fields": [
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Tag",
      "type": "string"
    },
    {
      "name": "ObjectSizeGreaterThan",
      "type": "string"
    },
    {
      "name": "ObjectSizeLessThan",
      "type": "string"
    },
    {
      "name": "And",
      "type": "object",
      "description": "This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator."
    }
  ]
}