kafka_create_cluster_v2 {paws.analytics} | R Documentation |
Creates a new MSK cluster.
See https://www.paws-r-sdk.com/docs/kafka_create_cluster_v2/ for full documentation.
kafka_create_cluster_v2(
ClusterName,
Tags = NULL,
Provisioned = NULL,
Serverless = NULL
)
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. |