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

AthenaSourceConfig

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

Details about an Amazon Athena datasource.

interface AthenaSourceConfig {
BackTestConfiguration?: BackTestConfiguration | null;
DatabaseName?: string | null;
DataCatalog?: string | null;
RoleArn?: string | null;
S3ResultsPath?: string | null;
TableName?: string | null;
WorkGroupName?: string | null;
}

§Properties

§
BackTestConfiguration?: BackTestConfiguration | null
[src]

Settings for backtest mode.

§
DatabaseName?: string | null
[src]

The database's name.

§
DataCatalog?: string | null
[src]

The database's data catalog.

§
RoleArn?: string | null
[src]

An IAM role that gives Amazon Lookout for Metrics permission to access the data.

§
S3ResultsPath?: string | null
[src]

The database's results path.

§
TableName?: string | null
[src]

The database's table name.

§
WorkGroupName?: string | null
[src]

The database's work group name.