Skip to content

/AWS1/CL_LKF=>SEARCHDATABASESBYLFTAGS()

About SearchDatabasesByLFTags

This operation allows a search on DATABASE resources by TagCondition. This operation is used by admins who want to grant user permissions on certain TagConditions. Before making a grant, the admin can use SearchDatabasesByTags to find all resources where the given TagConditions are valid to verify whether the returned resources can be shared.

Method Signature

IMPORTING

Required arguments:

IT_EXPRESSION TYPE /AWS1/CL_LKFLFTAG=>TT_EXPRESSION TT_EXPRESSION

A list of conditions (LFTag structures) to search for in database resources.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/LKFTOKEN /AWS1/LKFTOKEN

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

IV_MAXRESULTS TYPE /AWS1/LKFSEARCHPAGESIZE /AWS1/LKFSEARCHPAGESIZE

The maximum number of results to return.

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LKFSRCHDATABASESBYL01 /AWS1/CL_LKFSRCHDATABASESBYL01