本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
在混合存取模式下檢視主體和資源
請依照下列步驟,以混合存取模式檢視資料庫、資料表和主體。
- Console
-
-
在 登入 Lake Formation 主控台https://console.aws.amazon.com/lakeformation/
。 -
在許可 下,選擇混合存取模式 。
-
混合存取模式頁面顯示目前處於混合存取模式的資源和主體。
-
- AWS CLI
-
下列範例顯示如何列出處於混合存取模式的所有主體和資源選擇。
aws lakeformation list-lake-formation-opt-ins
下列範例顯示如何列出特定主體資源對的選擇加入。
aws lakeformation list-lake-formation-opt-ins --cli-input-json file://
file path
json: { "Principal": { "DataLakePrincipalIdentifier": "arn:aws:iam::<account-id>
:role/<role name>
" }, "Resource": { "Table": { "CatalogId": "<account-id>
", "DatabaseName": "<database name>
", "Name": "<table name>
" } } }
從混合存取模式移除主體和資源
其他資源