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

AssetSourceEntry

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

The source of the assets.

interface AssetSourceEntry {
Bucket: string;
Key: string;
}

§Properties

§
Bucket: string
[src]

The Amazon S3 bucket that's part of the source of the asset.

§
Key: string
[src]

The name of the object in Amazon S3 for the asset.