Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InventoryDestination

import type { InventoryDestination } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Specifies the inventory configuration for an Amazon S3 bucket.

interface InventoryDestination {
S3BucketDestination: InventoryS3BucketDestination;
}

§Properties

§

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.