Learn R Programming

paws.analytics (version 0.7.0)

kafkaconnect_create_worker_configuration: Creates a worker configuration using the specified properties

Description

Creates a worker configuration using the specified properties.

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

Usage

kafkaconnect_create_worker_configuration(
  description = NULL,
  name,
  propertiesFileContent,
  tags = NULL
)

Arguments

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.