Package-level declarations

Types

Link copied to clipboard

Defines the public endpoint for the Lake Formation service.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Attaches one or more LF-tags to an existing resource.

Link copied to clipboard

Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions. Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session.

Link copied to clipboard

Batch operation to grant permissions to the principal.

Link copied to clipboard

Batch operation to revoke permissions from the principal.

Link copied to clipboard

Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.

Link copied to clipboard

Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.

Link copied to clipboard

Creates a data cell filter to allow one to grant access to certain columns on certain rows.

Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.

Link copied to clipboard

Enforce Lake Formation permissions for the given databases, tables, and principals.

Link copied to clipboard

Creates an LF-tag with the specified name and values.

Link copied to clipboard

Creates a new LF-Tag expression with the provided name, description, catalog ID, and expression body. This call fails if a LF-Tag expression with the same name already exists in the caller’s account or if the underlying LF-Tags don't exist. To call this API operation, caller needs the following Lake Formation permissions:

Link copied to clipboard

Deletes a data cell filter.

Link copied to clipboard

Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.

Link copied to clipboard

Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the LFTagPolicy attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.

Link copied to clipboard

Deletes the LF-Tag expression. The caller must be a data lake admin or have DROP permissions on the LF-Tag expression. Deleting a LF-Tag expression will also delete all LFTagPolicy permissions referencing the LF-Tag expression.

Link copied to clipboard

For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.

Link copied to clipboard

Deregisters the resource as managed by the Data Catalog.

Link copied to clipboard

Retrieves the current data access role for the given resource registered in Lake Formation.

Link copied to clipboard

Returns the details of a single transaction.

Link copied to clipboard

Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.

Link copied to clipboard

Returns a data cells filter.

Link copied to clipboard

Returns the identity of the invoking principal.

Link copied to clipboard

Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.

Link copied to clipboard

Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3. GetEffectivePermissionsForPath will not return databases and tables if the catalog is encrypted.

Link copied to clipboard
inline suspend fun LakeFormationClient.getLfTag(crossinline block: GetLfTagRequest.Builder.() -> Unit): GetLfTagResponse

Returns an LF-tag definition.

Link copied to clipboard

Returns the details about the LF-Tag expression. The caller must be a data lake admin or must have DESCRIBE permission on the LF-Tag expression resource.

Link copied to clipboard

Returns the state of a query previously submitted. Clients are expected to poll GetQueryState to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to StartQueryPlanning.

Link copied to clipboard

Retrieves statistics on the planning and execution of a query.

Link copied to clipboard

Returns the LF-tags applied to a resource.

Link copied to clipboard

Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.

Link copied to clipboard

This API is identical to GetTemporaryTableCredentials except that this is used when the target Data Catalog resource is of type Partition. Lake Formation restricts the permission of the vended credentials with the same scope down policy which restricts access to a single Amazon S3 prefix.

Link copied to clipboard

Allows a caller in a secure environment to assume a role with permission to access Amazon S3. In order to vend such credentials, Lake Formation assumes the role associated with a registered location, for example an Amazon S3 bucket, with a scope down policy which restricts the access to a single prefix.

Link copied to clipboard

Retrieves the work units generated by the StartQueryPlanning operation.

Link copied to clipboard

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

Link copied to clipboard

Lists all the data cell filters on a table.

Link copied to clipboard

Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.

Link copied to clipboard

Returns the LF-Tag expressions in caller’s account filtered based on caller's permissions. Data Lake and read only admins implicitly can see all tag expressions in their account, else caller needs DESCRIBE permissions on tag expression.

Link copied to clipboard

Lists LF-tags that the requester has permission to view.

Link copied to clipboard

Returns a list of the principal permissions on the resource, filtered by the permissions of the caller. For example, if you are granted an ALTER permission, you are able to see only the principal permissions for ALTER.

Link copied to clipboard

Lists the resources registered to be managed by the Data Catalog.

Link copied to clipboard

Returns the configuration of all storage optimizers associated with a specified table.

Link copied to clipboard

Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.

Link copied to clipboard

Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see Granting Lake Formation Permissions.

Link copied to clipboard

Registers the resource as managed by the Data Catalog.

Link copied to clipboard

Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in tableWithColumns to specify column input.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

This operation allows a search on TABLE resources by LFTags. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use SearchTablesByLFTags to find all resources where the given LFTags are valid to verify whether the returned resources can be shared.

Link copied to clipboard

Submits a request to process a query statement.

Link copied to clipboard

Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.

Link copied to clipboard

Updates a data cell filter.

Link copied to clipboard

Updates the list of possible values for the specified LF-tag key. If the LF-tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the LF-tag key's value.

Link copied to clipboard

Updates the name of the LF-Tag expression to the new description and expression body provided. Updating a LF-Tag expression immediately changes the permission boundaries of all existing LFTagPolicy permission grants that reference the given LF-Tag expression.

Link copied to clipboard

Updates the data access role used for vending access to the given (registered) resource in Lake Formation.

Link copied to clipboard

Updates the manifest of Amazon S3 objects that make up the specified governed table.

Link copied to clipboard

Updates the configuration of the storage optimizers for a table.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.