kafka_create_cluster_v2: Creates a new MSK cluster

View source: R/kafka_operations.R

kafka_create_cluster_v2R Documentation

Creates a new MSK cluster

Description

Creates a new MSK cluster.

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

Usage

kafka_create_cluster_v2(
  ClusterName,
  Tags = NULL,
  Provisioned = NULL,
  Serverless = NULL
)

Arguments

ClusterName

[required] The name of the cluster.

Tags

A map of tags that you want the cluster to have.

Provisioned

Information about the provisioned cluster.

Serverless

Information about the serverless cluster.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.