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

CustomValuesConfiguration

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

The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration.

interface CustomValuesConfiguration {
CustomValues: CustomParameterValues;
IncludeNullValue?: boolean | null;
}

§Properties

§
IncludeNullValue?: boolean | null
[src]

Includes the null value in custom action parameter values.