Values.DeviceSourceAn object that represents a container instance host device. This object isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
type nonrec t = {hostPath : String_.t;The path for the device on the host container instance.
*)containerPath : String_.t option;The path inside the container that's used to expose the host device. By default, the hostPath value is used.
*)permissions : DeviceCgroupPermissions.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.
*)}