action-recommendations:ListRecommendedActions is a List access-level action in the action-recommendations service. Grants permission to list recommended actions in the AWS Management Console
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows action-recommendations:ListRecommendedActions. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowActionrecommendationsListRecommendedActions",
"Effect": "Allow",
"Action": "action-recommendations:ListRecommendedActions",
"Resource": "*"
}
]
}