ssm:ExecuteAPI

Read

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

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.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in ssm

View all ssm actions →