aws_query
Run a predefined catalog view to query AWS resources for a specified account and region, with optional parameters, pagination, and item limits.
Instructions
Run a catalog view against one account and region.
Args:
view_id: A view id from the catalog tool.
profile: The AWS profile (account) to read, from the list-accounts tool.
region: AWS region; defaults to the profile's configured region.
params: View-specific parameters; see the describe-view tool.
cursor: next_cursor from a previous truncated result.
max_items: Cap on returned items for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| params | No | ||
| region | No | ||
| profile | Yes | ||
| view_id | Yes | ||
| max_items | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||