paws.analytics (version 0.5.0)

kafka_create_cluster: Creates a new MSK cluster

Description

Creates a new MSK cluster.

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

Usage

kafka_create_cluster(
  BrokerNodeGroupInfo,
  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.

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.