volumes

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


@JvmName(name = "svwvtlhfgyfngfum")
suspend fun volumes(values: List<Output<TaskDefinitionVolumeArgs>>)
@JvmName(name = "hmthfcbalygmuaud")
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 = "vdaunkwxjpicjkkg")
suspend fun volumes(argument: List<suspend TaskDefinitionVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "mavukxjhehnvipjb")
suspend fun volumes(vararg argument: suspend TaskDefinitionVolumeArgsBuilder.() -> Unit)
@JvmName(name = "ysggmrnwbanevsgb")
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.