Amazon S3 API · Schema

EncryptionConfiguration

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

Cloud StorageObject StorageStorage

Properties

Name Type Description
ReplicaKmsKeyID object
View JSON Schema on GitHub

JSON Schema

s3-encryptionconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EncryptionConfiguration",
  "type": "object",
  "properties": {
    "ReplicaKmsKeyID": {}
  },
  "description": "Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects."
}