Values.AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsSourceA mount point for the data volumes in the container.
type nonrec t = {containerPath : NonEmptyString.t option;The path on the container to mount the host volume at.
*)readOnly : Boolean.t option;Whether the container has read-only access to the volume.
*)sourceVolume : NonEmptyString.t option;The name of the volume to mount. Must match the name of a volume listed in VolumeDetails for the task definition.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]