aws.backup.get_restore_job_metadata
Example SQL Queries
SELECT * FROMaws.backup.get_restore_job_metadataWHERE"restore_job_id" = 'VALUE';Description
This request returns the metadata for the specified restore job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| restore_job_id Required Input Column This is a unique identifier of a restore job within Backup. | 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 |
| metadata This contains the metadata of the specified backup job. | MAP(VARCHAR, VARCHAR) |