tablesToRestores

@JvmName(name = "eqjocdefhbuqcwrk")
suspend fun tablesToRestores(value: Output<List<String>>)
@JvmName(name = "qbpgwjpjnvqoqrmh")
suspend fun tablesToRestores(value: List<String>?)

Parameters

value

A list of specific tables available for restore. Changing this forces a new resource to be created.


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


@JvmName(name = "wpfetdpitpnligtp")
suspend fun tablesToRestores(values: List<Output<String>>)
@JvmName(name = "mlubyngtlmyenbpf")
suspend fun tablesToRestores(vararg values: String)

Parameters

values

A list of specific tables available for restore. Changing this forces a new resource to be created.