volumes

@JvmName(name = "xiukvohpowowfysv")
suspend fun volumes(value: Output<List<VolumeArgs>>)
@JvmName(name = "dfslxpbipvddvjwl")
suspend fun volumes(value: List<VolumeArgs>?)

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 = "rbkbtlwdfqgymubi")
suspend fun volumes(vararg values: Output<VolumeArgs>)


@JvmName(name = "snlgncrckaeloydx")
suspend fun volumes(values: List<Output<VolumeArgs>>)
@JvmName(name = "lfuvfwoxmpuoripq")
suspend fun volumes(vararg values: VolumeArgs)

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 = "chypctxdtfbiaolc")
suspend fun volumes(argument: List<suspend VolumeArgsBuilder.() -> Unit>)
@JvmName(name = "rlbtmxrvlkjbtrpt")
suspend fun volumes(vararg argument: suspend VolumeArgsBuilder.() -> Unit)
@JvmName(name = "tfjqmvhdwlpvthhx")
suspend fun volumes(argument: suspend VolumeArgsBuilder.() -> 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.