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

AutoDetectionS3SourceConfig

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

An auto detection source config.

interface AutoDetectionS3SourceConfig {
HistoricalDataPathList?: string[] | null;
TemplatedPathList?: string[] | null;
}

§Properties

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

The config's historical data path list.

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

The config's templated path list.