Skip to main content

data_lake_principals

Creates, updates, deletes, gets or lists a data_lake_principals resource.

Overview

Namedata_lake_principals
TypeResource
Idaws.lakeformation.data_lake_principals

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
identitystringA unique identifier of the invoking principal.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_data_lake_principalselectregionReturns the identity of the invoking principal.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns the identity of the invoking principal.

SELECT
identity
FROM aws.lakeformation.data_lake_principals
WHERE region = '{{ region }}' -- required
;