AmazonRedshiftQueryEditorV2FullAccess - AWS 受管理策略

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

AmazonRedshiftQueryEditorV2FullAccess

說明:授予對 Amazon Redshift 查詢編輯器 V2 操作和資源的完整存取權。此政策也會授予其他必要服務的存取權。這包括列出 Amazon Redshift 叢集、讀取 AWS KMS 中的金鑰和別名,以及管理秘密管理 Secrets Manager 中查詢編輯器 V2 密碼的 AWS 許可。

AmazonRedshiftQueryEditorV2FullAccessAWS 受管理的策略

使用此政策

您可以附加AmazonRedshiftQueryEditorV2FullAccess至您的使用者、群組和角色。

政策詳情

  • 類型: AWS 受管理的策略

  • 創建時間:2021 年 9 月 24 日,世界標準時間 14:06

  • 編輯時間:世界標準時間 2024 年 2 月 21 日下午 17 時 20 分

  • ARN: arn:aws:iam::aws:policy/AmazonRedshiftQueryEditorV2FullAccess

政策版本

策略版本:v3(預設值)

原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。

政策文件

{ "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" : "*" } ] }

進一步了解