Values.CreateTopicRequestSourceCreates a topic in the specified MSK cluster.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) that uniquely identifies the cluster.
*)topicName : string;The name of the topic to create.
*)partitionCount : int;The number of partitions for the topic.
*)replicationFactor : int;The replication factor for the topic.
*)configs : string option;Topic configurations encoded as a Base64 string.
*)}