pi:GetPerformanceAnalysisReport

Read

pi:GetPerformanceAnalysisReport is a Read access-level action in the pi service. Grants permission to call GetPerformanceAnalysisReport API to retrieve a Performance Analysis Report for a specified DB instance

Resource types

ARNs that pi:GetPerformanceAnalysisReport 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:GetPerformanceAnalysisReport.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in pi

View all pi actions →