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

ExcludePeriodConfiguration

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

The exclude period of TimeRangeFilter or RelativeDatesFilter.

interface ExcludePeriodConfiguration {
Amount: number;
Granularity: TimeGranularity;
Status?: WidgetStatus | null;
}

§Properties

§
Amount: number
[src]

The amount or number of the exclude period.

§

The granularity or unit (day, month, year) of the exclude period.

§
Status?: WidgetStatus | null
[src]

The status of the exclude period. Choose from the following options:

  • ENABLED
    
  • DISABLED