Amazon S3 API · Schema

PutBucketNotificationRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
NotificationConfiguration object
View JSON Schema on GitHub

JSON Schema

s3-putbucketnotificationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutBucketNotificationRequest",
  "type": "object",
  "properties": {
    "NotificationConfiguration": {}
  },
  "required": [
    "NotificationConfiguration"
  ]
}