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

DataCellsFilterResource

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

A structure for a data cells filter resource.

interface DataCellsFilterResource {
DatabaseName?: string | null;
Name?: string | null;
TableCatalogId?: string | null;
TableName?: string | null;
}

§Properties

§
DatabaseName?: string | null
[src]

A database in the Glue Data Catalog.

§
Name?: string | null
[src]

The name of the data cells filter.

§
TableCatalogId?: string | null
[src]

The ID of the catalog to which the table belongs.

§
TableName?: string | null
[src]

The name of the table.