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

StringValueWhenUnsetConfiguration

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

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

interface StringValueWhenUnsetConfiguration {
CustomValue?: string | null;
ValueWhenUnsetOption?: ValueWhenUnsetOption | null;
}

§Properties

§
CustomValue?: string | 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.