Values.AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetailsSourceA data volume to mount from another container.
type nonrec t = {readOnly : Boolean.t option;Whether the container has read-only access to the volume.
*)sourceContainer : NonEmptyString.t option;The name of another container within the same task definition from which to mount volumes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]