volumes

@JvmName(name = "tohmeymxxbqywarv")
suspend fun volumes(value: Output<List<TaskDefinitionVolumeArgs>>)
@JvmName(name = "qtksilfxpafbgpfs")
suspend fun volumes(value: List<TaskDefinitionVolumeArgs>?)

Parameters

value

The list of data volume definitions for the task. For more information, see Using data volumes in tasks in the Amazon Elastic Container Service Developer Guide. The `host` and `sourcePath` parameters aren't supported for tasks run on FARGATElong.


@JvmName(name = "svcifbfljadcivdn")
suspend fun volumes(vararg values: Output<TaskDefinitionVolumeArgs>)


@JvmName(name = "chptrvvqjiggtqlv")
suspend fun volumes(values: List<Output<TaskDefinitionVolumeArgs>>)
@JvmName(name = "pcxonlwvwufvoyut")
suspend fun volumes(vararg values: TaskDefinitionVolumeArgs)

Parameters

values

The list of data volume definitions for the task. For more information, see Using data volumes in tasks in the Amazon Elastic Container Service Developer Guide. The `host` and `sourcePath` parameters aren't supported for tasks run on FARGATElong.


@JvmName(name = "bidjynwurikhyslr")
suspend fun volumes(argument: List<suspend TaskDefinitionVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "avthdgubhyexyypb")
suspend fun volumes(vararg argument: suspend TaskDefinitionVolumeArgsBuilder.() -> Unit)
@JvmName(name = "claamluqxccebuch")
suspend fun volumes(argument: suspend TaskDefinitionVolumeArgsBuilder.() -> Unit)

Parameters

argument

The list of data volume definitions for the task. For more information, see Using data volumes in tasks in the Amazon Elastic Container Service Developer Guide. The `host` and `sourcePath` parameters aren't supported for tasks run on FARGATElong.