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

S3DataAccessAssetSourceEntry

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

Source details for an Amazon S3 data access asset.

interface S3DataAccessAssetSourceEntry {
Bucket: string;
KeyPrefixes?: string[] | null;
Keys?: string[] | null;
}

§Properties

§
Bucket: string
[src]

The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.

§
KeyPrefixes?: string[] | null
[src]

Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.

§
Keys?: string[] | null
[src]

The keys used to create the Amazon S3 data access.