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

StringDefaultValues

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

The default values of the StringParameterDeclaration.

interface StringDefaultValues {
DynamicValue?: DynamicDefaultValue | null;
StaticValues?: string[] | null;
}

§Properties

§
DynamicValue?: DynamicDefaultValue | null
[src]

The dynamic value of the StringDefaultValues. Different defaults displayed according to users, groups, and values mapping.

§
StaticValues?: string[] | null
[src]

The static values of the DecimalDefaultValues.