ClusterCrossClusterReplicationConfigMembershipArgs

data class ClusterCrossClusterReplicationConfigMembershipArgs(val primaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>? = null, val secondaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>? = null) : ConvertibleToJava<ClusterCrossClusterReplicationConfigMembershipArgs>

Constructors

Properties

Link copied to clipboard

Details of the primary cluster that is used as the replication source for all the secondary clusters.

Link copied to clipboard

List of secondary clusters that are replicating from the primary cluster.

Functions

Link copied to clipboard
open override fun toJava(): ClusterCrossClusterReplicationConfigMembershipArgs