CreateResourceExplorerView
Creates a Resource Explorer view to find and filter resources for fault injection experiments.
Instructions
Create a Resource Explorer view.
This tool creates a new Resource Explorer view that can be used to find
and filter resources for fault injection experiments.
Args:
ctx: The MCP context for logging and communication
query: Filter string for the view
view_name: Name of the view
name: Required name for the view (will be added as Name tag)
tags: Optional additional tags to apply to the view
scope: Scope of the view
client_token: Client token for idempotency
Returns:
Dict containing the created view details
Raises:
Exception: For AWS API errors or when writes are disabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Required name for the view (will be added as Name tag) | |
| tags | No | Optional additional tags to apply to the view | |
| query | Yes | Filter string for the view | |
| scope | No | Scope of the view | |
| view_name | Yes | Name of the view | |
| client_token | No | Client token for idempotency |