Amazon S3 API · Schema

SSEKMS

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

Cloud StorageObject StorageStorage

Properties

Name Type Description
KeyId object
View JSON Schema on GitHub

JSON Schema

s3-ssekms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SSEKMS",
  "type": "object",
  "properties": {
    "KeyId": {}
  },
  "required": [
    "KeyId"
  ],
  "description": "Specifies the use of SSE-KMS to encrypt delivered inventory reports."
}