tableNames

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


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

Parameters

values

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