Creates a new MSK cluster.
See https://www.paws-r-sdk.com/docs/kafka_create_cluster/ for full documentation.
Usage
kafka_create_cluster(
BrokerNodeGroupInfo,
Rebalancing = NULL,
ClientAuthentication = NULL,
ClusterName,
ConfigurationInfo = NULL,
EncryptionInfo = NULL,
EnhancedMonitoring = NULL,
OpenMonitoring = NULL,
KafkaVersion,
LoggingInfo = NULL,
NumberOfBrokerNodes,
Tags = NULL,
StorageMode = NULL
)Arguments
- BrokerNodeGroupInfo
[required] Information about the broker nodes in the cluster.
- Rebalancing
Specifies if intelligent rebalancing should be turned on for the new MSK Provisioned cluster with Express brokers. By default, intelligent rebalancing status is ACTIVE for all new clusters.
- 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.
- NumberOfBrokerNodes
[required] The number of broker nodes in the cluster.
Create tags when creating the cluster.
- StorageMode
This controls storage mode for supported storage tiers.