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

RollingDateConfiguration

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

The rolling date configuration of a date time filter.

interface RollingDateConfiguration {
DataSetIdentifier?: string | null;
Expression: string;
}

§Properties

§
DataSetIdentifier?: string | null
[src]

The data set that is used in the rolling date configuration.

§
Expression: string
[src]

The expression of the rolling date configuration.