tableNames

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


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

Parameters

values

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