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

ListPermissionsRequest

import type { ListPermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListPermissionsRequest {
CatalogId?: string | null;
IncludeRelated?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Principal?: DataLakePrincipal | null;
Resource?: Resource | null;
ResourceType?: DataLakeResourceType | null;
}

§Properties

§
CatalogId?: string | 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.

§
IncludeRelated?: string | null
[src]

Indicates that related permissions should be included in the results.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

A continuation token, if this is not the first call to retrieve this list.

§
Principal?: DataLakePrincipal | null
[src]

Specifies a principal to filter the permissions returned.

§
Resource?: Resource | null
[src]

A resource where you will get a list of the principal permissions.

This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.

§
ResourceType?: DataLakeResourceType | null
[src]

Specifies a resource type to filter the permissions returned.