headerLists

@JvmName(name = "hifdhdbfvgxjlnws")
suspend fun headerLists(value: Output<List<String>>)
@JvmName(name = "cwqriuopejyxhkbj")
suspend fun headerLists(value: List<String>?)

Parameters

value

List of the headers used to specify a common header for all source CSV files being imported.


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


@JvmName(name = "knpjdkwgcfljbnis")
suspend fun headerLists(values: List<Output<String>>)
@JvmName(name = "oioseakhlijjkcct")
suspend fun headerLists(vararg values: String)

Parameters

values

List of the headers used to specify a common header for all source CSV files being imported.