Amazon S3 API · Schema

InventoryConfigurationList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-inventoryconfigurationlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventoryConfigurationList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Destination": {},
      "IsEnabled": {},
      "Filter": {},
      "Id": {},
      "IncludedObjectVersions": {},
      "OptionalFields": {},
      "Schedule": {}
    },
    "required": [
      "Destination",
      "IsEnabled",
      "Id",
      "IncludedObjectVersions",
      "Schedule"
    ],
    "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>. "
  }
}