Values.ConversionPropertiesSourceProperties of a conversion job
type nonrec t = {volumeToConversionMap : VolumeToConversionMap.t option;A mapping between the volumes being converted and the converted snapshot ids
*)rootVolumeName : LargeBoundedString.t option;The root volume name of a conversion job
*)forceUefi : Boolean.t option;Whether the volume being converted uses UEFI or not
*)dataTimestamp : LargeBoundedString.t option;The timestamp of when the snapshot being converted was taken
*)volumeToVolumeSize : VolumeToSizeMap.t option;A mapping between the volumes and their sizes
*)volumeToProductCodes : VolumeToProductCodes.t option;A mapping between the volumes being converted and the product codes associated with them
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of LargeBoundedString.t ]
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of ProductCodeId.t ])
list ]
list
| `Long of PositiveInteger.t
| `Map of
([> `String of EbsSnapshot.t ] * [> `String of EbsSnapshot.t ])
list ])
list
| `String of LargeBoundedString.t ])
list ]