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

DestinationParameterValueConfiguration

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

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface DestinationParameterValueConfiguration {
CustomValuesConfiguration?: CustomValuesConfiguration | null;
SelectAllValueOptions?: SelectAllValueOptions | null;
SourceField?: string | null;
SourceParameterName?: string | null;
}

§Properties

§
CustomValuesConfiguration?: CustomValuesConfiguration | null
[src]

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

§
SelectAllValueOptions?: SelectAllValueOptions | null
[src]

The configuration that selects all options.

§
SourceField?: string | null
[src]

The source field ID of the destination parameter.

§
SourceParameterName?: string | null
[src]

The source parameter name of the destination parameter.