kafka_create_cluster_v2 {paws.analytics} | R 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. |
[Package paws.analytics version 0.9.0 Index]