aws.backup.list_protected_resources_by_backup_vault
Example SQL Queries
SELECT * FROMaws.backup.list_protected_resources_by_backup_vaultWHERE"backup_vault_name" = 'VALUE';Description
This request lists the protected resources corresponding to each backup vault.
Table Definition
| Column Name | Column Data Type |
|---|---|
| backup_vault_name Required Input Column This is the list of protected resources by backup vault within the vault(s) you specify by name. | VARCHAR |
| backup_vault_account_id Input Column This is the list of protected resources by backup vault within the vault(s) you specify by account ID. | 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 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 |