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

ColumnWildcard

import type { ColumnWildcard } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

A wildcard object, consisting of an optional list of excluded column names or indexes.

interface ColumnWildcard {
ExcludedColumnNames?: string[] | null;
}

§Properties

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

Excludes column names. Any column with this name will be excluded.