Values.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetailsSourceA host device to expose to the container.
type nonrec t = {containerPath : NonEmptyString.t option;The path inside the container at which to expose the host device.
*)hostPath : NonEmptyString.t option;The path for the device on the host container instance.
*)permissions : NonEmptyStringList.t option;The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]