aws.backup.list_protected_resources
Example SQL Queries
SELECT * FROMaws.backup.list_protected_resources;Description
Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 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 |
| resource_arn An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type. | VARCHAR |
| 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; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2. | VARCHAR |