tableNames

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


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

Parameters

values

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