tableNames

@JvmName(name = "kobrqluednmjcjto")
suspend fun tableNames(value: Output<List<String>>)
@JvmName(name = "ycqnkqlkbsfsbgoe")
suspend fun tableNames(value: List<String>?)

Parameters

value

A list of table names to export to the destination resource, for example: ["Heartbeat", "SecurityEvent"].


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


@JvmName(name = "jvrlarygderamfqg")
suspend fun tableNames(values: List<Output<String>>)
@JvmName(name = "hqctsqeccdnsurfd")
suspend fun tableNames(vararg values: String)

Parameters

values

A list of table names to export to the destination resource, for example: ["Heartbeat", "SecurityEvent"].