本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AmazonRedshiftQueryEditorV2FullAccess
描述:授予 Amazon Redshift 查詢編輯器 V2 操作和資源的完整存取權。此政策也會授予其他必要服務的存取權。這包括在 AWS KMS 中列出 Amazon Redshift 叢集、讀取金鑰和別名,以及在 AWS Secrets Manager 中管理查詢編輯器 V2 秘密的許可。
AmazonRedshiftQueryEditorV2FullAccess
是AWS 受管政策。
使用此政策
您可以AmazonRedshiftQueryEditorV2FullAccess
連接到您的使用者、群組和角色。
政策詳細資訊
-
類型: AWS 受管政策
-
建立時間:2021 年 9 月 24 日 14:06 UTC
-
編輯時間:2024 年 2 月 21 日 17:20 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonRedshiftQueryEditorV2FullAccess
政策版本
政策版本: v3 (預設)
政策的預設版本是定義政策許可的版本。當具有 政策的使用者或角色提出存取 AWS 資源的請求時, 會 AWS 檢查政策的預設版本,以決定是否允許請求。
JSON 政策文件
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "RedshiftPermissions", "Effect" : "Allow", "Action" : [ "redshift:DescribeClusters", "redshift-serverless:ListNamespaces", "redshift-serverless:ListWorkgroups" ], "Resource" : "*" }, { "Sid" : "KeyManagementServicePermissions", "Effect" : "Allow", "Action" : [ "kms:DescribeKey", "kms:ListAliases" ], "Resource" : "*" }, { "Sid" : "SecretsManagerPermissions", "Effect" : "Allow", "Action" : [ "secretsmanager:CreateSecret", "secretsmanager:GetSecretValue", "secretsmanager:DeleteSecret", "secretsmanager:TagResource" ], "Resource" : "arn:aws:secretsmanager:*:*:sqlworkbench!*" }, { "Sid" : "ResourceGroupsTaggingPermissions", "Effect" : "Allow", "Action" : [ "tag:GetResources" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:CalledViaLast" : "sqlworkbench.amazonaws.com" } } }, { "Sid" : "AmazonRedshiftQueryEditorV2Permissions", "Effect" : "Allow", "Action" : "sqlworkbench:*", "Resource" : "*" } ] }