aws.backup.list_recovery_points_by_resource
Example SQL Queries
SELECT * FROMaws.backup.list_recovery_points_by_resourceWHERE"resource_arn" = 'VALUE';Description
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).
For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type. | VARCHAR |
| managed_by_aws_backup_only Input Column This attribute filters recovery points based on ownership. If this is set to TRUE, the response will contain recovery points associated with the selected resources that are managed by Backup. If this is set to FALSE, the response will contain all recovery points associated with the selected resource. Type: Boolean | BOOLEAN |
| _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_size_bytes The size, in bytes, of a backup. | BIGINT |
| backup_vault_name The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens. | VARCHAR |
| creation_date The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. | TIMESTAMP_S |
| encryption_key_arn The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. | VARCHAR |
| is_parent This is a boolean value indicating this is a parent (composite) recovery point. | BOOLEAN |
| parent_recovery_point_arn This is the Amazon Resource Name (ARN) of the parent (composite) recovery point. | VARCHAR |
| recovery_point_arn An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. | VARCHAR |
| resource_name This is the non-unique name of the resource that belongs to the specified backup. | VARCHAR |
| status A status code specifying the state of the recovery point. | VARCHAR |
| status_message A message explaining the reason of the recovery point deletion failure. | VARCHAR |
| vault_type This is the type of vault in which the described recovery point is stored. | VARCHAR |