Amazon S3 API · Schema

ObjectLockConfiguration

The container element for Object Lock configuration parameters.

Cloud StorageObject StorageStorage

Properties

Name Type Description
ObjectLockEnabled object
Rule object
View JSON Schema on GitHub

JSON Schema

s3-objectlockconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectLockConfiguration",
  "type": "object",
  "properties": {
    "ObjectLockEnabled": {},
    "Rule": {}
  },
  "description": "The container element for Object Lock configuration parameters."
}