Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.Builder
Packages that use CfnReplicatorPropsMixin.Builder
-
Uses of CfnReplicatorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.msk
Methods in software.amazon.awscdk.cfnpropertymixins.services.msk that return CfnReplicatorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnReplicatorPropsMixin.Builder.create()CfnReplicatorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnReplicatorPropsMixin.Builder.description(String description) A summary description of the replicator.CfnReplicatorPropsMixin.Builder.kafkaClusters(List<? extends Object> kafkaClusters) Kafka Clusters to use in setting up sources / targets for replication.CfnReplicatorPropsMixin.Builder.kafkaClusters(IResolvable kafkaClusters) Kafka Clusters to use in setting up sources / targets for replication.CfnReplicatorPropsMixin.Builder.replicationInfoList(List<? extends Object> replicationInfoList) A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.CfnReplicatorPropsMixin.Builder.replicationInfoList(IResolvable replicationInfoList) A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.CfnReplicatorPropsMixin.Builder.replicatorName(String replicatorName) The name of the replicator.CfnReplicatorPropsMixin.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.