Amazon S3 API · Schema

InventoryDestination

Specifies the inventory configuration for an Amazon S3 bucket.

Cloud StorageObject StorageStorage

Properties

Name Type Description
S3BucketDestination object
View JSON Schema on GitHub

JSON Schema

s3-inventorydestination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventoryDestination",
  "type": "object",
  "properties": {
    "S3BucketDestination": {}
  },
  "required": [
    "S3BucketDestination"
  ],
  "description": "Specifies the inventory configuration for an Amazon S3 bucket."
}