Amazon S3 API · Schema

ObjectLockRule

The container element for an Object Lock rule.

Cloud StorageObject StorageStorage

Properties

Name Type Description
DefaultRetention object
View JSON Schema on GitHub

JSON Schema

s3-objectlockrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectLockRule",
  "type": "object",
  "properties": {
    "DefaultRetention": {}
  },
  "description": "The container element for an Object Lock rule."
}