kafka_update_configuration: Updates an MSK configuration

View source: R/kafka_operations.R

kafka_update_configurationR Documentation

Updates an MSK configuration

Description

Updates an MSK configuration.

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

Usage

kafka_update_configuration(Arn, Description = NULL, ServerProperties)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the configuration.

Description

The description of the configuration revision.

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. 12, 2024, 6:40 a.m.