lakeformation_revoke_permissions: Revokes permissions to the principal to access metadata in...

View source: R/lakeformation_operations.R

lakeformation_revoke_permissionsR Documentation

Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3

Description

Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.

See https://www.paws-r-sdk.com/docs/lakeformation_revoke_permissions/ for full documentation.

Usage

lakeformation_revoke_permissions(
  CatalogId = NULL,
  Principal,
  Resource,
  Permissions,
  PermissionsWithGrantOption = NULL
)

Arguments

CatalogId

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.

Principal

[required] The principal to be revoked permissions on the resource.

Resource

[required] The resource to which permissions are to be revoked.

Permissions

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

PermissionsWithGrantOption

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


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.