Cluster Cross Cluster Replication Config Args Builder
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun memberships(vararg argument: suspend ClusterCrossClusterReplicationConfigMembershipArgsBuilder.() -> Unit)
suspend fun memberships(argument: List<suspend ClusterCrossClusterReplicationConfigMembershipArgsBuilder.() -> Unit>)
suspend fun memberships(argument: suspend ClusterCrossClusterReplicationConfigMembershipArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun primaryCluster(argument: suspend ClusterCrossClusterReplicationConfigPrimaryClusterArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun secondaryClusters(value: Output<List<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>>)
suspend fun secondaryClusters(vararg values: Output<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>)
suspend fun secondaryClusters(vararg values: ClusterCrossClusterReplicationConfigSecondaryClusterArgs)
suspend fun secondaryClusters(vararg argument: suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit)
suspend fun secondaryClusters(values: List<Output<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>>)
suspend fun secondaryClusters(value: List<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>?)
suspend fun secondaryClusters(argument: List<suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit>)
suspend fun secondaryClusters(argument: suspend ClusterCrossClusterReplicationConfigSecondaryClusterArgsBuilder.() -> Unit)
Link copied to clipboard