Amazon S3 API · Schema

SseKmsEncryptedObjects

A container for filter information for the selection of S3 objects encrypted with Amazon Web Services KMS.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Status object
View JSON Schema on GitHub

JSON Schema

s3-ssekmsencryptedobjects-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SseKmsEncryptedObjects",
  "type": "object",
  "properties": {
    "Status": {}
  },
  "required": [
    "Status"
  ],
  "description": "A container for filter information for the selection of S3 objects encrypted with Amazon Web Services KMS."
}