volumeConfigurations

@JvmName(name = "pnpobfyokdvrlnyp")
suspend fun volumeConfigurations(value: Output<List<ServiceVolumeConfigurationArgs>>)
@JvmName(name = "easukgifnulxxkcd")
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 = "uuksjbtikjtyblhf")
suspend fun volumeConfigurations(vararg values: Output<ServiceVolumeConfigurationArgs>)


@JvmName(name = "wqjplmanoqsbvnum")
suspend fun volumeConfigurations(values: List<Output<ServiceVolumeConfigurationArgs>>)
@JvmName(name = "jwshngmisdxhowlk")
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 = "alqotdcmraclwgal")
suspend fun volumeConfigurations(argument: List<suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "bvmgyfaaswsodyyr")
suspend fun volumeConfigurations(vararg argument: suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "enfybfsiwonslbhy")
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.