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

LFResourceDetails

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

Details about the AWS Lake Formation resource (Table or Database) included in the AWS Lake Formation data permission.

interface LFResourceDetails {
Database?: DatabaseLFTagPolicy | null;
Table?: TableLFTagPolicy | null;
}

§Properties

§
Database?: DatabaseLFTagPolicy | null
[src]

Details about the database resource included in the AWS Lake Formation data permission.

§
Table?: TableLFTagPolicy | null
[src]

Details about the table resource included in the AWS Lake Formation data permission.