aws.backup.get_restore_testing_inferred_metadata
Example SQL Queries
SELECT * FROMaws.backup.get_restore_testing_inferred_metadataWHERE"backup_vault_name" = 'VALUE'AND "recovery_point_arn" = 'VALUE';Description
This request returns the minimal required set of metadata needed to start a restore job with secure default settings. BackupVaultName and RecoveryPointArn are required parameters. BackupVaultAccountId is an optional parameter.
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 ServicesRegion where they are created. They consist of letters, numbers, and hyphens. | VARCHAR |
| recovery_point_arn Required Input Column An Amazon Resource Name (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 |
| inferred_metadata This is a string map of the metadata inferred from the request. | MAP(VARCHAR, VARCHAR) |