dockerVolumeConfiguration

@JvmName(name = "rejwbahxwpudjews")
suspend fun dockerVolumeConfiguration(value: Output<DockerVolumeConfigurationArgs>)
@JvmName(name = "sqvjspahetcvhqtn")
suspend fun dockerVolumeConfiguration(value: DockerVolumeConfigurationArgs?)

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. The `DockerVolumeConfiguration` property specifies a Docker volume configuration and is used when you use Docker volumes. Docker volumes are only supported when you are using the EC2 launch type. Windows containers only support the use of the `local` driver. To use bind mounts, specify a `host` instead.


@JvmName(name = "rycyhrgvcninmqut")
suspend fun dockerVolumeConfiguration(argument: suspend DockerVolumeConfigurationArgsBuilder.() -> 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. The `DockerVolumeConfiguration` property specifies a Docker volume configuration and is used when you use Docker volumes. Docker volumes are only supported when you are using the EC2 launch type. Windows containers only support the use of the `local` driver. To use bind mounts, specify a `host` instead.