kafka_create_configuration: Creates a new MSK configuration

View source: R/kafka_operations.R

kafka_create_configurationR Documentation

Creates a new MSK configuration

Description

Creates a new MSK configuration.

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

Usage

kafka_create_configuration(
  Description = NULL,
  KafkaVersions = NULL,
  Name,
  ServerProperties
)

Arguments

Description

The description of the configuration.

KafkaVersions

The versions of Apache Kafka with which you can use this MSK configuration.

Name

[required] The name of the configuration.

ServerProperties

[required] Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.


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