Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface RevokePermissionsCommandInputProtected

The input for RevokePermissionsCommand.

Hierarchy

Properties

CatalogId?: string

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: undefined | string[]

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

PermissionsWithGrantOption?: string[]

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

Principal: undefined | DataLakePrincipal

The principal to be revoked permissions on the resource.

Resource: undefined | Resource

The resource to which permissions are to be revoked.