volumes

@JvmName(name = "liocttoenumgedtq")
suspend fun volumes(value: Output<List<TaskDefinitionVolumeArgs>>)
@JvmName(name = "inaelyoabpuaaora")
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 = "wayvtqraocvfutow")
suspend fun volumes(vararg values: Output<TaskDefinitionVolumeArgs>)


@JvmName(name = "bgbbdopfkevlqvny")
suspend fun volumes(values: List<Output<TaskDefinitionVolumeArgs>>)
@JvmName(name = "iaccjnghouupkqug")
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 = "txyhfogjevdjaxil")
suspend fun volumes(argument: List<suspend TaskDefinitionVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "aiigrefuskpberbm")
suspend fun volumes(vararg argument: suspend TaskDefinitionVolumeArgsBuilder.() -> Unit)
@JvmName(name = "wpjvptkstojetydx")
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.