headerList

@JvmName(name = "ngpjjohcvxjyqnok")
suspend fun headerList(value: Output<List<String>>)
@JvmName(name = "kryrggddvfhomgxb")
suspend fun headerList(value: List<String>?)

Parameters

value

A list of the source CSV file's headers, if any.


@JvmName(name = "nobbprwsrshaujxy")
suspend fun headerList(vararg values: Output<String>)


@JvmName(name = "jfvdugqfhttvcoxh")
suspend fun headerList(values: List<Output<String>>)
@JvmName(name = "kojscesqfrfrxhho")
suspend fun headerList(vararg values: String)

Parameters

values

A list of the source CSV file's headers, if any.