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

FilterDateTimePickerControl

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

A control from a date filter that is used to specify date and time.

interface FilterDateTimePickerControl {
DisplayOptions?: DateTimePickerControlDisplayOptions | null;
FilterControlId: string;
SourceFilterId: string;
Title: string;
}

§Properties

§

The display options of a control.

§
FilterControlId: string
[src]

The ID of the FilterDateTimePickerControl.

§
SourceFilterId: string
[src]

The source filter ID of the FilterDateTimePickerControl.

§
Title: string
[src]

The title of the FilterDateTimePickerControl.

§

The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:

  • SINGLE_VALUED: The filter condition is a fixed date.
  • DATE_RANGE: The filter condition is a date time range.