Cluster Cross Cluster Replication Config Membership Args Builder
Functions
Link copied to clipboard
suspend fun primaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>)
suspend fun primaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>)
suspend fun primaryClusters(vararg values: ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs)
suspend fun primaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgsBuilder.() -> Unit)
suspend fun primaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>)
suspend fun primaryClusters(value: List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>?)
suspend fun primaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgsBuilder.() -> Unit>)
suspend fun primaryClusters(argument: suspend ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun secondaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>)
suspend fun secondaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>)
suspend fun secondaryClusters(vararg values: ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs)
suspend fun secondaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgsBuilder.() -> Unit)
suspend fun secondaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>)
suspend fun secondaryClusters(value: List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>?)
suspend fun secondaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgsBuilder.() -> Unit>)
suspend fun secondaryClusters(argument: suspend ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgsBuilder.() -> Unit)