paws.analytics (version 0.1.0)

kafka: Managed Streaming for Kafka

Description

The operations for managing an Amazon MSK cluster.

Usage

kafka()

Arguments

Operations

create_cluster Creates a new MSK cluster
delete_cluster Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request
describe_cluster Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request
get_bootstrap_brokers A list of brokers that a client application can use to bootstrap
list_clusters Returns a list of clusters in an account

Examples

Run this code
# NOT RUN {
svc <- kafka()
svc$create_cluster(
  Foo = 123
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace