Amazon S3 API · JSON Structure

S3 Inventorys3Bucketdestination Structure

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

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Inventorys3Bucketdestination Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "InventoryS3BucketDestination",
  "type": "object",
  "description": "Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.",
  "fields": [
    {
      "name": "AccountId",
      "type": "string"
    },
    {
      "name": "Bucket",
      "type": "string"
    },
    {
      "name": "Format",
      "type": "string"
    },
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Encryption",
      "type": "string"
    }
  ]
}