aws.backup.list_recovery_points_by_legal_hold
Example SQL Queries
SELECT * FROMaws.backup.list_recovery_points_by_legal_holdWHERE"legal_hold_id" = 'VALUE';Description
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
Table Definition
| Column Name | Column Data Type |
|---|---|
| legal_hold_id Required Input Column This is the ID of the legal hold. | 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 |
| backup_vault_name This is the name of the backup vault (the logical container in which backups are stored). | VARCHAR |
| recovery_point_arn This is the Amazon Resource Name (ARN) of the parent (composite) recovery point. | VARCHAR |
| resource_arn This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource. | VARCHAR |
| resource_type This is the Amazon Web Services resource type that is saved as a recovery point. | VARCHAR |