Values_3.SnapshotDiskContainerSourceThe disk container object for the import snapshot request.
type nonrec t = {description : Values_0.String_.t option;The description of the disk image being imported.
*)format : Values_0.String_.t option;The format of the disk image being imported. Valid values: VHD | VMDK | RAW
*)url : Values_0.SensitiveUrl.t option;The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).
*)userBucket : Values_1.UserBucket.t option;The Amazon 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 ]