lakeformation_list_lake_formation_opt_ins {paws.database} | R Documentation |
Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions
Description
Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.
See https://www.paws-r-sdk.com/docs/lakeformation_list_lake_formation_opt_ins/ for full documentation.
Usage
lakeformation_list_lake_formation_opt_ins(
Principal = NULL,
Resource = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
Principal |
|
Resource |
A structure for the resource. |
MaxResults |
The maximum number of results to return. |
NextToken |
A continuation token, if this is not the first call to retrieve this list. |
[Package paws.database version 0.7.0 Index]