Amazon S3 · Schema

ServerSideEncryptionConfiguration

Specifies the default server-side-encryption configuration.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Rule array
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-server-side-encryption-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServerSideEncryptionConfiguration",
  "type": "object",
  "description": "Specifies the default server-side-encryption configuration.",
  "properties": {
    "Rule": {
      "type": "array"
    }
  }
}