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.
lakeformation_revoke_permissions(
CatalogId = NULL,
Principal,
Resource,
Permissions,
PermissionsWithGrantOption = NULL
)
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.
[required] The principal to be revoked permissions on the resource.
[required] The resource to which permissions are to be revoked.
[required] The permissions revoked to the principal on the resource. For information about permissions, see Security and Access Control to Metadata and Data.
Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.