Values.AwsMountPointSourceDetails for a volume mount point that's used in a container definition.
type nonrec t = {sourceVolume : NonEmptyString.t option;The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume.
*)containerPath : NonEmptyString.t option;The path on the container to mount the host volume at.
*)}