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

S3Source

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

A physical table type for an S3 data source.

interface S3Source {
DataSourceArn: string;
InputColumns: InputColumn[];
UploadSettings?: UploadSettings | null;
}

§Properties

§
DataSourceArn: string
[src]

The Amazon Resource Name (ARN) for the data source.

§
InputColumns: InputColumn[]
[src]

A physical table type for an S3 data source.

Note: For files that aren't JSON, only STRING data types are supported in input columns.

§
UploadSettings?: UploadSettings | null
[src]

Information about the format for the S3 source file or files.