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

DateTimeValueWhenUnsetConfiguration

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

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

interface DateTimeValueWhenUnsetConfiguration {
CustomValue?: Date | number | null;
ValueWhenUnsetOption?: ValueWhenUnsetOption | null;
}

§Properties

§
CustomValue?: Date | number | null
[src]

A custom value that's used when the value of a parameter isn't set.

§
ValueWhenUnsetOption?: ValueWhenUnsetOption | null
[src]

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.