aws.backup.get_recovery_point_restore_metadata
Example SQL Queries
SELECT * FROMaws.backup.get_recovery_point_restore_metadataWHERE"backup_vault_name" = 'VALUE'AND "recovery_point_arn" = 'VALUE';Description
Returns a set of metadata key-value pairs that were used to create the backup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| backup_vault_name Required Input Column 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 |
| recovery_point_arn Required Input Column An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. | VARCHAR |
| backup_vault_account_id Input Column This is the account ID of the specified backup vault. | 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_arn An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. | VARCHAR |
| resource_type This is the resource type associated with the recovery point. | VARCHAR |
| restore_metadata The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored. | MAP(VARCHAR, VARCHAR) |