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

ConversionProperties

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

Properties of a conversion job

interface ConversionProperties {
dataTimestamp?: string | null;
forceUefi?: boolean | null;
rootVolumeName?: string | null;
volumeToConversionMap?: {
[key: string]: {
[key: string]: string | null | undefined;
}
| null | undefined
;
}
| null;
volumeToVolumeSize?: {
[key: string]: number | null | undefined;
}
| null;
}

§Properties

§
dataTimestamp?: string | null
[src]

The timestamp of when the snapshot being converted was taken

§
forceUefi?: boolean | null
[src]

Whether the volume being converted uses UEFI or not

§
rootVolumeName?: string | null
[src]

The root volume name of a conversion job

§
volumeToConversionMap?: {
[key: string]: {
[key: string]: string | null | undefined;
}
| null | undefined
;
}
| null
[src]

A mapping between the volumes being converted and the converted snapshot ids

§
volumeToVolumeSize?: {
[key: string]: number | null | undefined;
}
| null
[src]

A mapping between the volumes and their sizes