aws_logs_describe_log_groups
List and filter CloudWatch Log groups to monitor AWS application logs. Use prefix filtering to find specific log groups for troubleshooting and analysis.
Instructions
List CloudWatch Log groups with optional prefix filter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| log_group_prefix | No | Filter by log group name prefix (e.g., '/aws/lambda/') | |
| limit | No | Maximum number of log groups to return (default: 50) |