Values.AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetailsSourceA block device for the instance.
type nonrec t = {deviceName : NonEmptyString.t option;The device name that is exposed to the EC2 instance. For example, /dev/sdh or xvdh.
*)ebs : AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.t option;Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
*)noDevice : Boolean.t option;Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI). If NoDevice is true, then you cannot specify Ebs.>
*)virtualName : NonEmptyString.t option;The name of the virtual device (for example, ephemeral0). You can provide either VirtualName or Ebs, but not both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ]