docker Volume Configuration
Parameters
value
This parameter is specified when you use Docker volumes. Windows containers only support the use of the `local` driver. To use bind mounts, specify the `host` parameter instead. Docker volumes aren't supported by tasks run on FARGATElong.
suspend fun dockerVolumeConfiguration(argument: suspend TaskDefinitionDockerVolumeConfigurationArgsBuilder.() -> Unit)
Parameters
argument
This parameter is specified when you use Docker volumes. Windows containers only support the use of the `local` driver. To use bind mounts, specify the `host` parameter instead. Docker volumes aren't supported by tasks run on FARGATElong.