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

Resource

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

A structure for the resource.

interface Resource {
Catalog?: CatalogResource | null;
Database?: DatabaseResource | null;
DataCellsFilter?: DataCellsFilterResource | null;
DataLocation?: DataLocationResource | null;
LFTag?: LFTagKeyResource | null;
LFTagPolicy?: LFTagPolicyResource | null;
Table?: TableResource | null;
TableWithColumns?: TableWithColumnsResource | null;
}

§Properties

§
Catalog?: CatalogResource | null
[src]

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

§
Database?: DatabaseResource | null
[src]

The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.

§
DataCellsFilter?: DataCellsFilterResource | null
[src]

A data cell filter.

§
DataLocation?: DataLocationResource | null
[src]

The location of an Amazon S3 path where permissions are granted or revoked.

§
LFTag?: LFTagKeyResource | null
[src]

The LF-tag key and values attached to a resource.

§
LFTagPolicy?: LFTagPolicyResource | null
[src]

A list of LF-tag conditions that define a resource's LF-tag policy.

§
Table?: TableResource | null
[src]

The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.

§
TableWithColumns?: TableWithColumnsResource | null
[src]

The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.