ssm:ExecuteAPI is a Read access-level action in the ssm service. Grants permission to a Systems Manager delegated administrator to view related resource details about OpsItems across multiple AWS accounts 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 ssm:ExecuteAPI. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSsmExecuteAPI",
"Effect": "Allow",
"Action": "ssm:ExecuteAPI",
"Resource": "*"
}
]
}