aws_ecr_describe_repositories
List and describe AWS ECR repositories to manage container image storage. Use filters like repository names or max results for targeted queries.
Instructions
List and describe ECR repositories.
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') | |
| repository_names | No | Filter by repository names (optional) | |
| max_results | No | Maximum repositories to return |