pi:ListPerformanceAnalysisReports

List

pi:ListPerformanceAnalysisReports is a List access-level action in the pi service. Grants permission to call ListPerformanceAnalysisReports API to list Performance Analysis Reports for a specified DB instance

Resource types

ARNs that pi:ListPerformanceAnalysisReports can be scoped to in an IAM policy.

arn:${Partition}:pi:${Region}:${Account}:perf-reports/${ServiceType}/${Identifier}/${ReportId}
perf-reports-resource

Condition keys

Keys you can use in the Condition block of a policy that grants pi:ListPerformanceAnalysisReports.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows pi:ListPerformanceAnalysisReports. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPiListPerformanceAnalysisReports",
      "Effect": "Allow",
      "Action": "pi:ListPerformanceAnalysisReports",
      "Resource": "*"
    }
  ]
}

Related actions in pi

View all pi actions →