Creates a new MSK cluster.
post/v1/clusters
Request body
clusterNamestring required
<p>The name of the cluster.</p>
enhancedMonitoring'DEFAULT' | 'PER_BROKER' | 'PER_TOPIC_PER_BROKER' | 'PER_TOPIC_PER_PARTITION'
<p>Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see <a href="https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html">Monitoring</a>.</p>
kafkaVersionstring required
<p>The version of Apache Kafka.</p>
numberOfBrokerNodesinteger required
<p>The number of broker nodes in the cluster.</p>
tagsobject
<p>Create tags when creating the cluster.</p>
storageMode'LOCAL' | 'TIERED'
Controls storage mode for various supported storage tiers.
Response
Success
ClusterArnstring
<p>The Amazon Resource Name (ARN) of the cluster.</p>
ClusterNamestring
<p>The name of the MSK cluster.</p>
State'ACTIVE' | 'CREATING' | 'DELETING' | 'FAILED' | 'HEALING' | 'MAINTENANCE' | 'REBOOTING_BROKER' | 'UPDATING'
<p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>