volumeConfigurations

@JvmName(name = "gbawjtuexfydinyn")
suspend fun volumeConfigurations(value: Output<List<ServiceVolumeConfigurationArgs>>)
@JvmName(name = "atytfjdorgkavowu")
suspend fun volumeConfigurations(value: List<ServiceVolumeConfigurationArgs>?)

Parameters

value

The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.


@JvmName(name = "sghrrvnbgyyacimv")
suspend fun volumeConfigurations(vararg values: Output<ServiceVolumeConfigurationArgs>)


@JvmName(name = "bdjojbvpjefrsrbi")
suspend fun volumeConfigurations(values: List<Output<ServiceVolumeConfigurationArgs>>)
@JvmName(name = "whpjhflocqfhefgo")
suspend fun volumeConfigurations(vararg values: ServiceVolumeConfigurationArgs)

Parameters

values

The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.


@JvmName(name = "jtetsujbtgcobdkx")
suspend fun volumeConfigurations(argument: List<suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "frbpkvlxjfhsewta")
suspend fun volumeConfigurations(vararg argument: suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "fntotawhedytkwly")
suspend fun volumeConfigurations(argument: suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.