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