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

AssetDestinationEntry

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

The destination for the asset.

interface AssetDestinationEntry {
AssetId: string;
Bucket: string;
Key?: string | null;
}

§Properties

§
AssetId: string
[src]

The unique identifier for the asset.

§
Bucket: string
[src]

The S3 bucket that is the destination for the asset.

§
Key?: string | null
[src]

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