volumeConfigurations

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


@JvmName(name = "lmjtlnvfdjcbddgt")
suspend fun volumeConfigurations(values: List<Output<ServiceVolumeConfigurationArgs>>)
@JvmName(name = "yhkfbconkanowddt")
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 = "gitrwccqwyjeklhm")
suspend fun volumeConfigurations(argument: List<suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "kvwkphdxcmuwcyee")
suspend fun volumeConfigurations(vararg argument: suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "inxruspwqbutadyk")
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.