aws.redshift.describe_storage
Example SQL Queries
SELECT * FROMaws.redshift.describe_storage;Description
Returns account level backups storage size and provisional storage.
Table Definition
| Column Name | Column Data Type |
|---|---|
| total_backup_size_in_mega_bytes The total amount of storage currently used for snapshots. | DOUBLE |
| total_provisioned_storage_in_mega_bytes The total amount of storage currently provisioned. | DOUBLE |