kafka_create_topic: Creates a topic in the specified MSK cluster

View source: R/kafka_operations.R

kafka_create_topicR Documentation

Creates a topic in the specified MSK cluster

Description

Creates a topic in the specified MSK cluster.

See https://www.paws-r-sdk.com/docs/kafka_create_topic/ for full documentation.

Usage

kafka_create_topic(
  ClusterArn,
  TopicName,
  PartitionCount,
  ReplicationFactor,
  Configs = NULL
)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.

TopicName

[required] The name of the topic to create.

PartitionCount

[required] The number of partitions for the topic.

ReplicationFactor

[required] The replication factor for the topic.

Configs

Topic configurations encoded as a Base64 string.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.