Replicator Args
data class ReplicatorArgs(val currentVersion: Output<String>? = null, val description: Output<String>? = null, val kafkaClusters: Output<List<ReplicatorKafkaClusterArgs>>? = null, val replicationInfoList: Output<List<ReplicatorReplicationInfoArgs>>? = null, val replicatorName: Output<String>? = null, val serviceExecutionRoleArn: Output<String>? = null, val tags: Output<List<ReplicatorTagArgs>>? = null) : ConvertibleToJava<ReplicatorArgs>
Resource Type definition for AWS::MSK::Replicator
Constructors
Link copied to clipboard
fun ReplicatorArgs(currentVersion: Output<String>? = null, description: Output<String>? = null, kafkaClusters: Output<List<ReplicatorKafkaClusterArgs>>? = null, replicationInfoList: Output<List<ReplicatorReplicationInfoArgs>>? = null, replicatorName: Output<String>? = null, serviceExecutionRoleArn: Output<String>? = null, tags: Output<List<ReplicatorTagArgs>>? = null)