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

DateTimeParameterDeclaration

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

A parameter declaration for the DateTime data type.

interface DateTimeParameterDeclaration {
DefaultValues?: DateTimeDefaultValues | null;
Name: string;
TimeGranularity?: TimeGranularity | null;
ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration | null;
}

§Properties

§
DefaultValues?: DateTimeDefaultValues | null
[src]

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

§
Name: string
[src]

The name of the parameter that is being declared.

§
TimeGranularity?: TimeGranularity | null
[src]

The level of time precision that is used to aggregate DateTime values.

§

The configuration that defines the default value of a DateTime parameter when a value has not been set.