lakeformation_search_databases_by_lf_tags: This operation allows a search on DATABASE resources by...

View source: R/lakeformation_operations.R

lakeformation_search_databases_by_lf_tagsR Documentation

This operation allows a search on DATABASE resources by TagCondition

Description

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.

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

Usage

lakeformation_search_databases_by_lf_tags(
  NextToken = NULL,
  MaxResults = NULL,
  CatalogId = NULL,
  Expression
)

Arguments

NextToken

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

MaxResults

The maximum number of results to return.

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.

Expression

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


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