primary Clusters
suspend fun primaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>)
suspend fun primaryClusters(value: List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>?)
Parameters
value
Details of the primary cluster that is used as the replication source for all the secondary clusters.
suspend fun primaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>)
suspend fun primaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>)
suspend fun primaryClusters(vararg values: ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs)
Parameters
values
Details of the primary cluster that is used as the replication source for all the secondary clusters.
suspend fun primaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgsBuilder.() -> Unit>)
suspend fun primaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgsBuilder.() -> Unit)
suspend fun primaryClusters(argument: suspend ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgsBuilder.() -> Unit)
Parameters
argument
Details of the primary cluster that is used as the replication source for all the secondary clusters.