Amazon S3 API · Schema

NotificationConfiguration

A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.

Cloud StorageObject StorageStorage

Properties

Name Type Description
TopicConfigurations object
QueueConfigurations object
LambdaFunctionConfigurations object
EventBridgeConfiguration object
View JSON Schema on GitHub

JSON Schema

s3-notificationconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationConfiguration",
  "type": "object",
  "properties": {
    "TopicConfigurations": {},
    "QueueConfigurations": {},
    "LambdaFunctionConfigurations": {},
    "EventBridgeConfiguration": {}
  },
  "description": "A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket."
}