Amazon S3 API · Schema

InventoryEncryption

Contains the type of server-side encryption used to encrypt the inventory results.

Cloud StorageObject StorageStorage

Properties

Name Type Description
SSES3 object
SSEKMS object
View JSON Schema on GitHub

JSON Schema

s3-inventoryencryption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventoryEncryption",
  "type": "object",
  "properties": {
    "SSES3": {},
    "SSEKMS": {}
  },
  "description": "Contains the type of server-side encryption used to encrypt the inventory results."
}