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

ForecastConfiguration

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

The forecast configuration that is used in a line chart's display properties.

interface ForecastConfiguration {
ForecastProperties?: TimeBasedForecastProperties | null;
Scenario?: ForecastScenario | null;
}

§Properties

§
ForecastProperties?: TimeBasedForecastProperties | null
[src]

The forecast properties setup of a forecast in the line chart.

§
Scenario?: ForecastScenario | null
[src]

The forecast scenario of a forecast in the line chart.