Amazon S3 API · Schema

ObjectLockRetention

A Retention configuration for an object.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Mode object
RetainUntilDate object
View JSON Schema on GitHub

JSON Schema

s3-objectlockretention-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectLockRetention",
  "type": "object",
  "properties": {
    "Mode": {},
    "RetainUntilDate": {}
  },
  "description": "A Retention configuration for an object."
}