Viewing principals and resources in hybrid access mode
Follow these steps to view databases, tables, and principals in hybrid access mode.
- Console
-
-
Sign in to the Lake Formation console at https://console.aws.amazon.com/lakeformation/
. -
Under Permissions, choose Hybrid access mode.
-
The Hybrid access mode page shows the resources and principals that are currently in hybrid access mode..
-
- AWS CLI
-
The following example shows how to list all opt in principals and resources that are in hybrid access mode.
aws lakeformation list-lake-formation-opt-insThe following example shows how to list opt in for a specific principal-resource pair.
aws lakeformation list-lake-formation-opt-ins --cli-input-json file://file pathjson: { "Principal": { "DataLakePrincipalIdentifier": "arn:aws:iam::<account-id>:role/<role name>" }, "Resource": { "Table": { "CatalogId": "<account-id>", "DatabaseName": "<database name>", "Name": "<table name>" } } }
Removing principals and resources from hybrid access mode
Additional resources