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

CopyAction

import type { CopyAction } from "https://aws-api.deno.dev/v0.3/services/backup.ts?docs=full";

The details of the copy operation.

interface CopyAction {
DestinationBackupVaultArn: string;
Lifecycle?: Lifecycle | null;
}

§Properties

§
DestinationBackupVaultArn: string
[src]

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

§
Lifecycle?: Lifecycle | null
[src]