aws.redshift_serverless.list_recovery_points
Example SQL Queries
SELECT * FROMaws.redshift_serverless.list_recovery_points;Description
Returns an array of recovery points.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Input Column The time when creation of the recovery point finished. | TIMESTAMP_S |
| namespace_arn Input Column The Amazon Resource Name (ARN) of the namespace the recovery point is associated with. | VARCHAR |
| namespace_name Input Column The name of the namespace the recovery point is associated with. | VARCHAR |
| start_time Input Column The time when the recovery point's creation was initiated. | TIMESTAMP_S |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| recovery_point_create_time The time the recovery point is created. | TIMESTAMP_S |
| recovery_point_id The unique identifier of the recovery point. | VARCHAR |
| total_size_in_mega_bytes The total size of the data in the recovery point in megabytes. | DOUBLE |
| workgroup_name The name of the workgroup the recovery point is associated with. | VARCHAR |