View source: R/kafkaconnect_operations.R
kafkaconnect_create_worker_configuration | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.