secondaryClusters

@JvmName(name = "txhjkylfihrywawq")
suspend fun secondaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>>)

Parameters

value

List of secondary clusters that are replicating from this primary cluster. This is allowed to be set only for clusters whose cluster role is of type PRIMARY. Structure is documented below.


@JvmName(name = "lnpoqjowdgjedaxq")
suspend fun secondaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>)


@JvmName(name = "iskjyhplrrsbdmeh")
suspend fun secondaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>>)
@JvmName(name = "lmnuxqaiwokgyxxi")
suspend fun secondaryClusters(vararg values: ClusterCrossClusterReplicationConfigSecondaryClusterArgs)

Parameters

values

List of secondary clusters that are replicating from this primary cluster. This is allowed to be set only for clusters whose cluster role is of type PRIMARY. Structure is documented below.


@JvmName(name = "xiogrwhcrmorajnt")
suspend fun secondaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit>)
@JvmName(name = "klsqslwgqmcitynj")
suspend fun secondaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit)
@JvmName(name = "wjipfkpdmfytosnl")
suspend fun secondaryClusters(argument: suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit)

Parameters

argument

List of secondary clusters that are replicating from this primary cluster. This is allowed to be set only for clusters whose cluster role is of type PRIMARY. Structure is documented below.