Learn R Programming

paws.analytics (version 0.1.6)

kafka_create_configuration: Creates a new MSK configuration

Description

        <p>Creates a new MSK configuration.</p>

Usage

kafka_create_configuration(Description, KafkaVersions, Name,
  ServerProperties)

Arguments

Description

<p>The description of the configuration.</p>

KafkaVersions

[required] <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>

Name

[required] <p>The name of the configuration.</p>

ServerProperties

[required] <p>Contents of the <filename>server.properties</filename> 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 <filename>server.properties</filename> can be in plaintext.</p>

Request syntax

svc$create_configuration(
  Description = "string",
  KafkaVersions = list(
    "string"
  ),
  Name = "string",
  ServerProperties = raw
)