Amazon S3 API · Schema

LifecycleConfiguration

Container for lifecycle rules. You can add as many as 1000 rules.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Rules object
View JSON Schema on GitHub

JSON Schema

s3-lifecycleconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LifecycleConfiguration",
  "type": "object",
  "properties": {
    "Rules": {}
  },
  "required": [
    "Rules"
  ],
  "description": "Container for lifecycle rules. You can add as many as 1000 rules."
}