AmazonS3TablesLakeFormationServiceRole - AWS 受管政策

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

AmazonS3TablesLakeFormationServiceRole

描述:此受管政策授予 AWS Lake Formation 許可,以對帳戶中的所有資料表儲存貯體、命名空間和資料表採取行動。

AmazonS3TablesLakeFormationServiceRoleAWS 受管政策

使用此政策

您可以AmazonS3TablesLakeFormationServiceRole連接到您的使用者、群組和角色。

政策詳細資訊

  • 類型:服務角色政策

  • 建立時間:2025 年 6 月 19 日 19:07 UTC

  • 編輯時間:2025 年 7 月 9 日,UTC 22:07

  • ARN: arn:aws:iam::aws:policy/service-role/AmazonS3TablesLakeFormationServiceRole

政策版本

政策版本: v2 (預設)

政策的預設版本是定義政策許可的版本。當具有 政策的使用者或角色提出存取 AWS 資源的請求時, 會 AWS 檢查政策的預設版本,以決定是否允許請求。

JSON 政策文件

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "PermissionsForS3ListTableBuckets", "Effect" : "Allow", "Action" : [ "s3tables:ListTableBuckets" ], "Resource" : [ "*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "DataAccessPermissionsForS3TablesResources", "Effect" : "Allow", "Action" : [ "s3tables:CreateTableBucket", "s3tables:GetTableBucket", "s3tables:CreateNamespace", "s3tables:GetNamespace", "s3tables:ListNamespaces", "s3tables:DeleteNamespace", "s3tables:DeleteTableBucket", "s3tables:CreateTable", "s3tables:DeleteTable", "s3tables:GetTable", "s3tables:ListTables", "s3tables:RenameTable", "s3tables:UpdateTableMetadataLocation", "s3tables:GetTableMetadataLocation", "s3tables:GetTableData", "s3tables:PutTableData", "s3tables:PutTableBucketEncryption" ], "Resource" : [ "*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "KMSDataAccessPermissionsForS3TablesResources", "Effect" : "Allow", "Action" : [ "kms:GenerateDataKey", "kms:Decrypt" ], "Resource" : "*", "Condition" : { "StringLike" : { "kms:ViaService" : [ "s3.*.amazonaws.com" ], "kms:EncryptionContext:aws:s3:arn" : "arn:aws:s3tables:*:*:bucket/*/table/*" }, "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "KMSDescribeKeyAccessPermissionsForS3TablesResources", "Effect" : "Allow", "Action" : [ "kms:DescribeKey" ], "Resource" : "*", "Condition" : { "StringLike" : { "kms:ViaService" : [ "s3tables.*.amazonaws.com" ] }, "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } } ] }

進一步了解