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

DestinationBackup

import type { DestinationBackup } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";

Contains information about the backup that will be copied and created by the "CopyBackupToRegion" operation.

interface DestinationBackup {
CreateTimestamp?: Date | number | null;
SourceBackup?: string | null;
SourceCluster?: string | null;
SourceRegion?: string | null;
}

§Properties

§
CreateTimestamp?: Date | number | null
[src]

The date and time when both the source backup was created.

§
SourceBackup?: string | null
[src]

The identifier (ID) of the source backup from which the new backup was copied.

§
SourceCluster?: string | null
[src]

The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

§
SourceRegion?: string | null
[src]

The AWS region that contains the source backup from which the new backup was copied.