secondary Clusters
suspend fun secondaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>>)
suspend fun secondaryClusters(value: 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.
suspend fun secondaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>)
suspend fun secondaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>>)
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.
suspend fun secondaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit>)
suspend fun secondaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit)
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.