cloudwatch_list_log_groups
List AWS CloudWatch log groups with optional prefix filter, showing stored bytes and retention for each group.
Instructions
List AWS CloudWatch log groups, optionally filtered by name prefix. Shows stored bytes and retention per group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Filter to log groups whose name starts with this prefix. | |
| region | No | AWS region (defaults to the boto3 default region when empty). |