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

GetEffectivePermissionsForPathRequest

import type { GetEffectivePermissionsForPathRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetEffectivePermissionsForPathRequest {
CatalogId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ResourceArn: string;
}

§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.

§
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.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource for which you want to get permissions.