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

S3SourceConfig

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

Contains information about the configuration of the S3 bucket that contains source files.

interface S3SourceConfig {
FileFormatDescriptor?: FileFormatDescriptor | null;
HistoricalDataPathList?: string[] | null;
RoleArn?: string | null;
TemplatedPathList?: string[] | null;
}

§Properties

§
FileFormatDescriptor?: FileFormatDescriptor | null
[src]

Contains information about a source file's formatting.

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

A list of paths to the historical data files.

§
RoleArn?: string | null
[src]

The ARN of an IAM role that has read and write access permissions to the source S3 bucket.

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

A list of templated paths to the source files.