volumes

@JvmName(name = "rjshhsjowrbkfndx")
suspend fun volumes(value: Output<List<VolumeArgs>>)
@JvmName(name = "rirddrxtchsryqaw")
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 = "hwwntxdwoqydpmak")
suspend fun volumes(vararg values: Output<VolumeArgs>)


@JvmName(name = "ahlgqctwllyuqpqg")
suspend fun volumes(values: List<Output<VolumeArgs>>)
@JvmName(name = "vmqxjvoarddtjgyh")
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 = "qvdndlymxahyxxsg")
suspend fun volumes(argument: List<suspend VolumeArgsBuilder.() -> Unit>)
@JvmName(name = "myeeusgqgsfpajsg")
suspend fun volumes(vararg argument: suspend VolumeArgsBuilder.() -> Unit)
@JvmName(name = "pkrcqovphpmxijrd")
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.