Values.AwsEcsTaskDefinitionVolumesDetailsSourceA data volume to mount from another container.
type nonrec t = {dockerVolumeConfiguration : AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails.t
option;Information about a Docker volume.
*)efsVolumeConfiguration : AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails.t
option;Information about the Amazon Elastic File System file system that is used for task storage.
*)host : AwsEcsTaskDefinitionVolumesHostDetails.t option;Information about a bind mount host volume.
*)name : NonEmptyString.t option;The name of the data volume.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]