{
"$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 GET Bucket inventory in the Amazon S3 API Reference. ",
"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"
}
]
}