aws.redshift_serverless.get_recovery_point
Example SQL Queries
SELECT * FROMaws.redshift_serverless.get_recovery_pointWHERE"recovery_point_id" = 'VALUE';Description
Returns information about a recovery point.
Table Definition
| Column Name | Column Data Type |
|---|---|
| recovery_point_id Required Input Column The unique identifier of the recovery point to return information for. | VARCHAR |
| _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 The returned recovery point object. | STRUCT( |
Show child fields
| |