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

DeleteDataCellsFilterRequest

import type { DeleteDataCellsFilterRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface DeleteDataCellsFilterRequest {
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 given by the user to the data filter cell.

§
TableCatalogId?: string | null
[src]

The ID of the catalog to which the table belongs.

§
TableName?: string | null
[src]

A table in the database.