SearchResources
Search AWS resources through Resource Explorer to locate targets for fault injection experiments by query string and view ARN.
Instructions
Search for AWS resources using Resource Explorer.
This tool searches for AWS resources using Resource Explorer based on a query string
and view ARN. It can be used to find specific resources for fault injection experiments.
Args:
ctx: The MCP context for logging and communication
query_string: The query string to search for resources
view_arn: The ARN of the Resource Explorer view to use
max_results: Maximum number of results to return (default: 100)
next_token: Token for pagination (optional)
Returns:
Dict containing search results and pagination information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_arn | Yes | The ARN of the Resource Explorer view to use | |
| next_token | No | Token for pagination | |
| max_results | No | Maximum number of results to return | |
| query_string | Yes | The query string to search for resources |