View source: R/kafka_operations.R
| kafka_create_cluster | R Documentation | 
Creates a new MSK cluster.
See https://www.paws-r-sdk.com/docs/kafka_create_cluster/ for full documentation.
kafka_create_cluster(
  BrokerNodeGroupInfo,
  ClientAuthentication = NULL,
  ClusterName,
  ConfigurationInfo = NULL,
  EncryptionInfo = NULL,
  EnhancedMonitoring = NULL,
  OpenMonitoring = NULL,
  KafkaVersion,
  LoggingInfo = NULL,
  NumberOfBrokerNodes,
  Tags = NULL,
  StorageMode = NULL
)
| BrokerNodeGroupInfo | [required] Information about the broker nodes in the cluster. | 
| ClientAuthentication | Includes all client authentication related information. | 
| ClusterName | [required] The name of the cluster. | 
| ConfigurationInfo | Represents the configuration that you want MSK to use for the brokers in a cluster. | 
| EncryptionInfo | Includes all encryption-related information. | 
| EnhancedMonitoring | Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. | 
| OpenMonitoring | The settings for open monitoring. | 
| KafkaVersion | [required] The version of Apache Kafka. | 
| LoggingInfo | |
| NumberOfBrokerNodes | [required] The number of broker nodes in the cluster. | 
| Tags | Create tags when creating the cluster. | 
| StorageMode | This controls storage mode for supported storage tiers. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.