Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetRecoveryPointRestoreMetadataOutput

import type { GetRecoveryPointRestoreMetadataOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface GetRecoveryPointRestoreMetadataOutput {
BackupVaultArn?: string | null;
RecoveryPointArn?: string | null;
RestoreMetadata?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
BackupVaultArn?: string | null
[src]

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

§
RecoveryPointArn?: string | null
[src]

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

§
RestoreMetadata?: {
[key: string]: string | null | undefined;
}
| null
[src]

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.