kafkaconnect_create_worker_configuration: Creates a worker configuration using the specified properties

View source: R/kafkaconnect_operations.R

kafkaconnect_create_worker_configurationR Documentation

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
)

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.