cost-optimization-hub:ListRecommendations is a List access-level action in the cost-optimization-hub service. Grants permission to list summary view of recommendations
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use cost-optimization-hub:ListRecommendations you may also need to grant:
A minimal policy that allows cost-optimization-hub:ListRecommendations. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCostoptimizationhubListRecommendations",
"Effect": "Allow",
"Action": "cost-optimization-hub:ListRecommendations",
"Resource": "*"
}
]
}