http://kafka.{region}.amazonaws.com/v1/clusters<p>Creates a new MSK cluster.</p>
<p>Create tags when creating the cluster.</p>
<p>The name of the cluster.</p>
Controls storage mode for various supported storage tiers.
<p>The version of Apache Kafka.</p>
<p>Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.</p>
<p>JMX and Node monitoring for the MSK cluster.</p>
<p>Specifies the configuration to use for the brokers.</p>
<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>
<p>Describes the setup to be used for Apache Kafka broker nodes in the cluster.</p>
<p>The number of broker nodes in the cluster.</p>
<p>Includes all client authentication information.</p>
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://kafka.{region}.amazonaws.com/v1/clusters' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://kafka.{region}.amazonaws.com/v1/clusters<p>Creates a new MSK cluster.</p>
<p>Create tags when creating the cluster.</p>
<p>The name of the cluster.</p>
Controls storage mode for various supported storage tiers.
<p>The version of Apache Kafka.</p>
<p>Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.</p>
<p>JMX and Node monitoring for the MSK cluster.</p>
<p>Specifies the configuration to use for the brokers.</p>
<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>
<p>Describes the setup to be used for Apache Kafka broker nodes in the cluster.</p>
<p>The number of broker nodes in the cluster.</p>
<p>Includes all client authentication information.</p>
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://kafka.{region}.amazonaws.com/v1/clusters' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}