tableReplicationInfo

@JvmName(name = "xvxjxrauekguhjgw")
suspend fun tableReplicationInfo(value: Output<TableTableReplicationInfoArgs>)
@JvmName(name = "fkwbdslwunavhxsk")
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 = "unuhkypkqtxktidc")
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.