Values_2.ImageDiskContainerSourceDescribes the disk container object for an import image task.
type nonrec t = {description : Values_0.String_.t option;The description of the disk image.
*)deviceName : Values_0.String_.t option;The block device mapping for the disk.
*)format : Values_0.String_.t option;The format of the disk image being imported. Valid values: OVA | VHD | VHDX | VMDK | RAW
*)snapshotId : Values_0.SnapshotId.t option;The ID of the EBS snapshot to be used for importing the snapshot.
*)url : Values_0.SensitiveUrl.t option;The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
*)userBucket : Values_1.UserBucket.t option;The S3 bucket for the disk image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]