Creates a new MSK cluster.
kafka_create_cluster(BrokerNodeGroupInfo, ClusterName, EncryptionInfo,
EnhancedMonitoring, KafkaVersion, NumberOfBrokerNodes)[required] Information about the broker nodes in the cluster.
[required] The name of the cluster.
Includes all encryption-related information.
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER\_BROKER, and PER\_TOPIC\_PER\_BROKER.
[required] The version of Apache Kafka.
[required] The number of Kafka broker nodes in the Amazon MSK cluster.
svc$create_cluster(
BrokerNodeGroupInfo = list(
BrokerAZDistribution = "DEFAULT",
ClientSubnets = list(
"string"
),
InstanceType = "string",
SecurityGroups = list(
"string"
),
StorageInfo = list(
EbsStorageInfo = list(
VolumeSize = 123
)
)
),
ClusterName = "string",
EncryptionInfo = list(
EncryptionAtRest = list(
DataVolumeKMSKeyId = "string"
)
),
EnhancedMonitoring = "DEFAULT"|"PER_BROKER"|"PER_TOPIC_PER_BROKER",
KafkaVersion = "string",
NumberOfBrokerNodes = 123
)