本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AmazonRDSPerformanceInsightsReadOnly
說明:RDS Performance Insights 的唯讀原則
AmazonRDSPerformanceInsightsReadOnly
是AWS 受管理的策略。
使用此政策
您可以附加AmazonRDSPerformanceInsightsReadOnly
至您的使用者、群組和角色。
政策詳情
-
類型: AWS 受管理的策略
-
創建時間:2022 年 4 月 5 日,世界標準時間 00:02
-
編輯時間:世界標準時間 2023 年 10 月 23 日晚上 9 時 17 分
-
ARN:
arn:aws:iam::aws:policy/AmazonRDSPerformanceInsightsReadOnly
政策版本
策略版本:v3(預設值)
原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。
政策文件
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AmazonRDSDescribeDBInstances", "Effect" : "Allow", "Action" : "rds:DescribeDBInstances", "Resource" : "*" }, { "Sid" : "AmazonRDSDescribeDBClusters", "Effect" : "Allow", "Action" : "rds:DescribeDBClusters", "Resource" : "*" }, { "Sid" : "AmazonRDSPerformanceInsightsDescribeDimensionKeys", "Effect" : "Allow", "Action" : "pi:DescribeDimensionKeys", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetDimensionKeyDetails", "Effect" : "Allow", "Action" : "pi:GetDimensionKeyDetails", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetResourceMetadata", "Effect" : "Allow", "Action" : "pi:GetResourceMetadata", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetResourceMetrics", "Effect" : "Allow", "Action" : "pi:GetResourceMetrics", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListAvailableResourceDimensions", "Effect" : "Allow", "Action" : "pi:ListAvailableResourceDimensions", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListAvailableResourceMetrics", "Effect" : "Allow", "Action" : "pi:ListAvailableResourceMetrics", "Resource" : "arn:aws:pi:*:*:metrics/rds/*" }, { "Sid" : "AmazonRDSPerformanceInsightsGetPerformanceAnalysisReport", "Effect" : "Allow", "Action" : "pi:GetPerformanceAnalysisReport", "Resource" : "arn:aws:pi:*:*:perf-reports/rds/*/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListPerformanceAnalysisReports", "Effect" : "Allow", "Action" : "pi:ListPerformanceAnalysisReports", "Resource" : "arn:aws:pi:*:*:perf-reports/rds/*/*" }, { "Sid" : "AmazonRDSPerformanceInsightsListTagsForResource", "Effect" : "Allow", "Action" : "pi:ListTagsForResource", "Resource" : "arn:aws:pi:*:*:*/rds/*" } ] }