Skip to content

Get Data Lake Principal

lakeformation_get_data_lake_principal R Documentation

Returns the identity of the invoking principal

Description

Returns the identity of the invoking principal.

Usage

lakeformation_get_data_lake_principal()

Value

A list with the following syntax:

list(
  Identity = "string"
)

Request syntax

svc$get_data_lake_principal()