Amazon S3 API · Schema

LifecycleExpiration

Container for the expiration for the lifecycle of the object.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Date object
Days object
ExpiredObjectDeleteMarker object
View JSON Schema on GitHub

JSON Schema

s3-lifecycleexpiration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LifecycleExpiration",
  "type": "object",
  "properties": {
    "Date": {},
    "Days": {},
    "ExpiredObjectDeleteMarker": {}
  },
  "description": "Container for the expiration for the lifecycle of the object."
}