InventoryConfiguration
import type { InventoryConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface InventoryConfiguration {
Destination: InventoryDestination;
Filter?: InventoryFilter | null;
Id: string;
IncludedObjectVersions: InventoryIncludedObjectVersions;
IsEnabled: boolean;
OptionalFields: InventoryOptionalField[];
Schedule: InventorySchedule;
}§Properties
§
Destination: InventoryDestination
[src]§
Filter?: InventoryFilter | null
[src]§
IncludedObjectVersions: InventoryIncludedObjectVersions
[src]§
OptionalFields: InventoryOptionalField[]
[src]§
Schedule: InventorySchedule
[src]