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

RevokePermissionsRequest

import type { RevokePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface RevokePermissionsRequest {
CatalogId?: string | null;
Permissions: Permission[];
PermissionsWithGrantOption?: Permission[] | null;
Principal: DataLakePrincipal;
Resource: Resource;
}

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

§
Permissions: Permission[]
[src]

The permissions revoked to the principal on the resource. For information about permissions, see Security and Access Control to Metadata and Data.

§
PermissionsWithGrantOption?: Permission[] | null
[src]

Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.

§

The principal to be revoked permissions on the resource.

§
Resource: Resource
[src]

The resource to which permissions are to be revoked.