Uses of Class
software.amazon.awscdk.services.msk.CfnReplicator.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnReplicator.Builder in software.amazon.awscdk.services.msk
Modifier and TypeMethodDescriptionstatic CfnReplicator.Builder
CfnReplicator.Builder.currentVersion
(String currentVersion) The current version number of the replicator.CfnReplicator.Builder.description
(String description) A summary description of the replicator.CfnReplicator.Builder.kafkaClusters
(List<? extends Object> kafkaClusters) Kafka Clusters to use in setting up sources / targets for replication.CfnReplicator.Builder.kafkaClusters
(IResolvable kafkaClusters) Kafka Clusters to use in setting up sources / targets for replication.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 ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters).List of tags to attach to created Replicator.