aws.backup.describe_protected_resource
Example SQL Queries
SELECT * FROMaws.backup.describe_protected_resourceWHERE"resource_arn" = 'VALUE';Description
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
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 |
| _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 |
| last_backup_time The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. | TIMESTAMP_S |
| last_backup_vault_arn This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point. | VARCHAR |
| last_recovery_point_arn This is the ARN (Amazon Resource Name) of the most recent recovery point. | VARCHAR |
| latest_restore_execution_time_minutes This is the time in minutes the most recent restore job took to complete. | BIGINT |
| latest_restore_job_creation_date This is the creation date of the most recent restore job. | TIMESTAMP_S |
| latest_restore_recovery_point_creation_date This is the date the most recent recovery point was created. | TIMESTAMP_S |
| resource_name This is the non-unique name of the resource that belongs to the specified backup. | VARCHAR |
| resource_type The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database. | VARCHAR |