tableReplicationInfo

@JvmName(name = "oyrrmmspqqcipivd")
suspend fun tableReplicationInfo(value: Output<TableTableReplicationInfoArgs>)
@JvmName(name = "sqmjllhlxrqfqiru")
suspend fun tableReplicationInfo(value: TableTableReplicationInfoArgs?)

Parameters

value

Replication info of a table created using "AS REPLICA" DDL like: CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv. Structure is documented below.


@JvmName(name = "gpbrskkaxisryiob")
suspend fun tableReplicationInfo(argument: suspend TableTableReplicationInfoArgsBuilder.() -> Unit)

Parameters

argument

Replication info of a table created using "AS REPLICA" DDL like: CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv. Structure is documented below.