replicationInfoList

@JvmName(name = "oflillcrtqqmvdkc")
suspend fun replicationInfoList(value: Output<List<ReplicatorReplicationInfoArgs>>)
@JvmName(name = "kvlmbqjfkswyhjnt")
suspend fun replicationInfoList(value: List<ReplicatorReplicationInfoArgs>?)

Parameters

value

A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.


@JvmName(name = "mlaiesbjqocytkts")
suspend fun replicationInfoList(vararg values: Output<ReplicatorReplicationInfoArgs>)


@JvmName(name = "dwjvdfnldyabdgby")
suspend fun replicationInfoList(values: List<Output<ReplicatorReplicationInfoArgs>>)
@JvmName(name = "mqmemhpeokquudak")
suspend fun replicationInfoList(vararg values: ReplicatorReplicationInfoArgs)

Parameters

values

A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.


@JvmName(name = "vxlvnarelqjfbdts")
suspend fun replicationInfoList(argument: List<suspend ReplicatorReplicationInfoArgsBuilder.() -> Unit>)
@JvmName(name = "bmqlpsvvewelqbuo")
suspend fun replicationInfoList(vararg argument: suspend ReplicatorReplicationInfoArgsBuilder.() -> Unit)
@JvmName(name = "fnefscjkpyclgqcm")
suspend fun replicationInfoList(argument: suspend ReplicatorReplicationInfoArgsBuilder.() -> Unit)

Parameters

argument

A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.