aws_redshift_describe_cluster_snapshots
List and filter Amazon Redshift cluster snapshots to manage backup and recovery operations. Retrieve manual and automated snapshots using AWS profile and region settings.
Instructions
List Redshift cluster snapshots (manual and automated).
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') | |
| cluster_identifier | No | Filter by cluster identifier | |
| snapshot_type | No | Filter by snapshot type | |
| max_records | No | Maximum snapshots to return |