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