スキップしてコンテンツを表示

Datazone IAM permission only for schema

0

i wnat to create a role that can only write descriptions for tables/columns in the project and edit/add meta data. what permissions should i give?

1回答
0

To create a role that can write descriptions for tables and columns, as well as edit and add metadata in a project, you should assign the following permissions: glue:UpdateTable, glue:UpdateColumnStatisticsForTable, glue:PutTable, glue:PutColumnStatisticsForTable, and glue:UpdateDatabase. These permissions allow the role to update and manage table and column descriptions, and handle metadata tasks within the AWS Glue Data Catalog. Additionally, to ensure the role has access to the necessary resources, include the glue:GetTable, glue:GetTables, and glue:GetDatabase permissions for read operations. This setup ensures the role can perform all required metadata operations without overextending its privileges.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ