Amazon S3 API · JSON Structure

S3 Inventoryconfiguration Structure

Specifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory in the Amazon S3 API Reference.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Inventoryconfiguration 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": "InventoryConfiguration",
  "type": "object",
  "description": "Specifies the inventory configuration for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html\">GET Bucket inventory</a> in the <i>Amazon S3 API Reference</i>. ",
  "fields": [
    {
      "name": "Destination",
      "type": "string"
    },
    {
      "name": "IsEnabled",
      "type": "string"
    },
    {
      "name": "Filter",
      "type": "string"
    },
    {
      "name": "Id",
      "type": "string"
    },
    {
      "name": "IncludedObjectVersions",
      "type": "string"
    },
    {
      "name": "OptionalFields",
      "type": "string"
    },
    {
      "name": "Schedule",
      "type": "string"
    }
  ]
}