tableNames

@JvmName(name = "htbhgtubcvmgdjaw")
suspend fun tableNames(value: Output<List<String>>)
@JvmName(name = "hgynmboupkjmiwuc")
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 = "djqgjpmvgsxtvugf")
suspend fun tableNames(vararg values: Output<String>)


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

Parameters

values

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