application-signals-mcp:InvokeMcp is a Read access-level action in the application-signals-mcp service. Grants permission to connect to and interact with the Application Signals MCP server (initialize, list tools, list resources, list prompts)
ARNs that application-signals-mcp:InvokeMcp can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants application-signals-mcp:InvokeMcp.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows application-signals-mcp:InvokeMcp. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowApplicationsignalsmcpInvokeMcp",
"Effect": "Allow",
"Action": "application-signals-mcp:InvokeMcp",
"Resource": "*"
}
]
}