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

JobLogEventData

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

Metadata associated with a Job log.

interface JobLogEventData {
conversionProperties?: ConversionProperties | null;
conversionServerID?: string | null;
rawError?: string | null;
sourceServerID?: string | null;
targetInstanceID?: string | null;
}

§Properties

§
conversionProperties?: ConversionProperties | null
[src]

Properties of a conversion job

§
conversionServerID?: string | null
[src]

The ID of a conversion server.

§
rawError?: string | null
[src]

A string representing a job error.

§
sourceServerID?: string | null
[src]

The ID of a Source Server.

§
targetInstanceID?: string | null
[src]

The ID of a Recovery Instance.