dockerVolumeConfiguration

@JvmName(name = "anlbfwqhuimoghfm")
suspend fun dockerVolumeConfiguration(value: Output<TaskDefinitionDockerVolumeConfigurationArgs>)
@JvmName(name = "fvrrmfvwqpamnyvd")
suspend fun dockerVolumeConfiguration(value: TaskDefinitionDockerVolumeConfigurationArgs?)

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.


@JvmName(name = "qsfrmtgstxkklodr")
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.