secondary Clusters
suspend fun secondaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>)
suspend fun secondaryClusters(value: List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>?)
Parameters
value
List of secondary clusters that are replicating from the primary cluster.
suspend fun secondaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>)
suspend fun secondaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>)
suspend fun secondaryClusters(vararg values: ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs)
Parameters
values
List of secondary clusters that are replicating from the primary cluster.
suspend fun secondaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgsBuilder.() -> Unit>)
suspend fun secondaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgsBuilder.() -> Unit)
suspend fun secondaryClusters(argument: suspend ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgsBuilder.() -> Unit)
Parameters
argument
List of secondary clusters that are replicating from the primary cluster.