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

CopyBackupToRegionRequest

import type { CopyBackupToRegionRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface CopyBackupToRegionRequest {
BackupId: string;
DestinationRegion: string;
TagList?: Tag[] | null;
}

§Properties

§
BackupId: string
[src]

The ID of the backup that will be copied to the destination region.

§
DestinationRegion: string
[src]

The AWS region that will contain your copied CloudHSM cluster backup.

§
TagList?: Tag[] | null
[src]

Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.