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

GetUnfilteredTableMetadataRequest

import type { GetUnfilteredTableMetadataRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetUnfilteredTableMetadataRequest {
AuditContext?: AuditContext | null;
CatalogId: string;
DatabaseName: string;
Name: string;
SupportedPermissionTypes: PermissionType[];
}

§Properties

§
AuditContext?: AuditContext | null
[src]

A structure containing Lake Formation audit context information.

§
CatalogId: string
[src]

The catalog ID where the table resides.

§
DatabaseName: string
[src]

(Required) Specifies the name of a database that contains the table.

§
Name: string
[src]

(Required) Specifies the name of a table for which you are requesting metadata.

§
SupportedPermissionTypes: PermissionType[]
[src]

(Required) A list of supported permission types.