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

SampleDataS3SourceConfig

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

Contains information about the source configuration in Amazon S3.

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

§Properties

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

An array of strings containing the historical set of data paths.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the role.

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

An array of strings containing the list of templated paths.