Skip to content

/AWS1/CL_LKF=>GRANTPERMISSIONS()

About GrantPermissions

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

For information about permissions, see Security and Access Control to Metadata and Data.

Method Signature

IMPORTING

Required arguments:

IO_PRINCIPAL TYPE REF TO /AWS1/CL_LKFDATALAKEPRINCIPAL /AWS1/CL_LKFDATALAKEPRINCIPAL

The principal to be granted the permissions on the resource. Supported principals are IAM users or IAM roles, and they are defined by their principal type and their ARN.

Note that if you define a resource with a particular ARN, then later delete, and recreate a resource with that same ARN, the resource maintains the permissions already granted.

IO_RESOURCE TYPE REF TO /AWS1/CL_LKFRESOURCE /AWS1/CL_LKFRESOURCE

The resource to which permissions are to be granted. Resources in Lake Formation are the Data Catalog, databases, and tables.

IT_PERMISSIONS TYPE /AWS1/CL_LKFPERMISSIONLIST_W=>TT_PERMISSIONLIST TT_PERMISSIONLIST

The permissions granted to the principal on the resource. Lake Formation defines privileges to grant and revoke access to metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3. Lake Formation requires that each principal be authorized to perform a specific task on Lake Formation resources.

Optional arguments:

IV_CATALOGID TYPE /AWS1/LKFCATALOGIDSTRING /AWS1/LKFCATALOGIDSTRING

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.

IT_PERMSWITHGRANTOPTION TYPE /AWS1/CL_LKFPERMISSIONLIST_W=>TT_PERMISSIONLIST TT_PERMISSIONLIST

Indicates a list of the granted permissions that the principal may pass to other users. These permissions may only be a subset of the permissions granted in the Privileges.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LKFGRANTPERMSRESPONSE /AWS1/CL_LKFGRANTPERMSRESPONSE