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

GetUnfilteredPartitionMetadataRequest

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

§Properties

§
AuditContext?: AuditContext | null
[src]

A structure containing Lake Formation audit context information.

§
CatalogId: string
[src]

The catalog ID where the partition resides.

§
DatabaseName: string
[src]

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

§
PartitionValues: string[]
[src]

(Required) A list of partition key values.

§
SupportedPermissionTypes: PermissionType[]
[src]

(Required) A list of supported permission types.

§
TableName: string
[src]

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