Amazon S3 API · Schema

Encryption

Contains the type of server-side encryption used.

Cloud StorageObject StorageStorage

Properties

Name Type Description
EncryptionType object
KMSKeyId object
KMSContext object
View JSON Schema on GitHub

JSON Schema

s3-encryption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Encryption",
  "type": "object",
  "properties": {
    "EncryptionType": {},
    "KMSKeyId": {},
    "KMSContext": {}
  },
  "required": [
    "EncryptionType"
  ],
  "description": "Contains the type of server-side encryption used."
}