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

MetricSource

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

Contains information about source data used to generate a metric.

interface MetricSource {
AppFlowConfig?: AppFlowConfig | null;
CloudWatchConfig?: CloudWatchConfig | null;
RDSSourceConfig?: RDSSourceConfig | null;
RedshiftSourceConfig?: RedshiftSourceConfig | null;
S3SourceConfig?: S3SourceConfig | null;
}

§Properties

§
AppFlowConfig?: AppFlowConfig | null
[src]

An object containing information about the AppFlow configuration.

§
CloudWatchConfig?: CloudWatchConfig | null
[src]

An object containing information about the Amazon CloudWatch monitoring configuration.

§
RDSSourceConfig?: RDSSourceConfig | null
[src]

An object containing information about the Amazon Relational Database Service (RDS) configuration.

§
RedshiftSourceConfig?: RedshiftSourceConfig | null
[src]

An object containing information about the Amazon Redshift database configuration.

§
S3SourceConfig?: S3SourceConfig | null
[src]