Amazon S3 API · Schema

GetBucketEncryptionOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
ServerSideEncryptionConfiguration object Specifies the default server-side-encryption configuration.
View JSON Schema on GitHub

JSON Schema

s3-getbucketencryptionoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetBucketEncryptionOutput",
  "type": "object",
  "properties": {
    "ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "Rules": {}
      },
      "required": [
        "Rules"
      ],
      "description": "Specifies the default server-side-encryption configuration."
    }
  }
}