Amazon S3 API · Schema

InventoryS3BucketDestination

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.

Cloud StorageObject StorageStorage

Properties

Name Type Description
AccountId object
Bucket object
Format object
Prefix object
Encryption object
View JSON Schema on GitHub

JSON Schema

s3-inventorys3bucketdestination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventoryS3BucketDestination",
  "type": "object",
  "properties": {
    "AccountId": {},
    "Bucket": {},
    "Format": {},
    "Prefix": {},
    "Encryption": {}
  },
  "required": [
    "Bucket",
    "Format"
  ],
  "description": "Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published."
}