tableReplicationInfo

@JvmName(name = "iuikiextfahycxgr")
suspend fun tableReplicationInfo(value: Output<TableTableReplicationInfoArgs>)
@JvmName(name = "fwihdasfljgundeo")
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 = "paontufsmjfdehae")
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.