@aws-sdk/client-lakeformation

ListPermissionsCommandInput Interface

The input for ListPermissionsCommand.

Members

Name
Type
Details
CatalogId string | undefined

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 | undefined

Indicates that related permissions should be included in the results.

MaxResults number | undefined

The maximum number of results to return.

NextToken string | undefined

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

Principal DataLakePrincipal | undefined

Specifies a principal to filter the permissions returned.

Resource Resource | undefined

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 | undefined

Specifies a resource type to filter the permissions returned.

Full Signature

export interface ListPermissionsCommandInput extends ListPermissionsRequest