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

CopyJob

import type { CopyJob } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";
interface CopyJob {
AccountId?: string | null;
BackupSizeInBytes?: number | null;
CompletionDate?: Date | number | null;
CopyJobId?: string | null;
CreatedBy?: RecoveryPointCreator | null;
CreationDate?: Date | number | null;
DestinationBackupVaultArn?: string | null;
DestinationRecoveryPointArn?: string | null;
IamRoleArn?: string | null;
ResourceArn?: string | null;
ResourceType?: string | null;
SourceBackupVaultArn?: string | null;
SourceRecoveryPointArn?: string | null;
State?: CopyJobState | null;
StatusMessage?: string | null;
}

§Properties

§
AccountId?: string | null
[src]
§
BackupSizeInBytes?: number | null
[src]
§
CompletionDate?: Date | number | null
[src]
§
CopyJobId?: string | null
[src]
§
CreatedBy?: RecoveryPointCreator | null
[src]
§
CreationDate?: Date | number | null
[src]
§
DestinationBackupVaultArn?: string | null
[src]
§
DestinationRecoveryPointArn?: string | null
[src]
§
IamRoleArn?: string | null
[src]
§
ResourceArn?: string | null
[src]
§
ResourceType?: string | null
[src]
§
SourceBackupVaultArn?: string | null
[src]
§
SourceRecoveryPointArn?: string | null
[src]
§
State?: CopyJobState | null
[src]
§
StatusMessage?: string | null
[src]