Amazon S3 API · Schema

InventoryConfiguration

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

Cloud StorageObject StorageStorage

Properties

Name Type Description
Destination object
IsEnabled object
Filter object
Id object
IncludedObjectVersions object
OptionalFields object
Schedule object
View JSON Schema on GitHub

JSON Schema

s3-inventoryconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventoryConfiguration",
  "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>. "
}