kafkaconnect_create_worker_configuration {paws.analytics} | R Documentation |
Creates a worker configuration using the specified properties.
See https://www.paws-r-sdk.com/docs/kafkaconnect_create_worker_configuration/ for full documentation.
kafkaconnect_create_worker_configuration(
description = NULL,
name,
propertiesFileContent,
tags = NULL
)
description |
A summary description of the worker configuration. |
name |
[required] The name of the worker configuration. |
propertiesFileContent |
[required] Base64 encoded contents of connect-distributed.properties file. |
tags |
The tags you want to attach to the worker configuration. |