Uses of Class
software.amazon.awscdk.services.msk.CfnReplicator.Builder
Packages that use CfnReplicator.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnReplicator.Builder in software.amazon.awscdk.services.msk
Methods in software.amazon.awscdk.services.msk that return CfnReplicator.BuilderModifier and TypeMethodDescriptionstatic CfnReplicator.BuilderCfnReplicator.Builder.currentVersion(String currentVersion) The current version of the MSK replicator.CfnReplicator.Builder.description(String description) A summary description of the replicator.CfnReplicator.Builder.kafkaClusters(List<? extends Object> kafkaClusters) Specifies a list of Kafka clusters which are targets of the replicator.CfnReplicator.Builder.kafkaClusters(IResolvable kafkaClusters) Specifies a list of Kafka clusters which are targets of the replicator.CfnReplicator.Builder.replicationInfoList(List<? extends Object> replicationInfoList) A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.CfnReplicator.Builder.replicationInfoList(IResolvable replicationInfoList) A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.CfnReplicator.Builder.replicatorName(String replicatorName) The name of the replicator.CfnReplicator.Builder.serviceExecutionRoleArn(String serviceExecutionRoleArn) The Amazon Resource Name (ARN) of the IAM role used by the replicator to access external resources.A collection of tags associated with a resource.