headerList

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

Parameters

value

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


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


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

Parameters

values

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