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

DateTimeDefaultValues

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

The default values of the DateTimeParameterDeclaration.

interface DateTimeDefaultValues {
DynamicValue?: DynamicDefaultValue | null;
RollingDate?: RollingDateConfiguration | null;
StaticValues?: (Date | number)[] | null;
}

§Properties

§
DynamicValue?: DynamicDefaultValue | null
[src]

The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

§
RollingDate?: RollingDateConfiguration | null
[src]

The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.

§
StaticValues?: (Date | number)[] | null
[src]

The static values of the DataTimeDefaultValues.