Learn R Programming

paws.analytics (version 0.7.0)

kafkaconnect_create_custom_plugin: Creates a custom plugin using the specified properties

Description

Creates a custom plugin using the specified properties.

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

Usage

kafkaconnect_create_custom_plugin(
  contentType,
  description = NULL,
  location,
  name,
  tags = NULL
)

Arguments

contentType

[required] The type of the plugin file.

description

A summary description of the custom plugin.

location

[required] Information about the location of a custom plugin.

name

[required] The name of the custom plugin.

tags

The tags you want to attach to the custom plugin.