compute-optimizer:GetRDSDatabaseRecommendationProjectedMetrics

List

compute-optimizer:GetRDSDatabaseRecommendationProjectedMetrics is a List access-level action in the compute-optimizer service. Grants permission to get the recommendation projected metrics of the specified instance

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Dependent actions

To use compute-optimizer:GetRDSDatabaseRecommendationProjectedMetrics you may also need to grant:

Example IAM policy

A minimal policy that allows compute-optimizer:GetRDSDatabaseRecommendationProjectedMetrics. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowComputeoptimizerGetRDSDatabaseRecommendationProjectedMetrics",
      "Effect": "Allow",
      "Action": "compute-optimizer:GetRDSDatabaseRecommendationProjectedMetrics",
      "Resource": "*"
    }
  ]
}

Related actions in compute-optimizer

View all compute-optimizer actions →