View source: R/kafkaconnect_operations.R
kafkaconnect_create_custom_plugin | R Documentation |
Creates a custom plugin using the specified properties.
See https://www.paws-r-sdk.com/docs/kafkaconnect_create_custom_plugin/ for full documentation.
kafkaconnect_create_custom_plugin(
contentType,
description = NULL,
location,
name,
tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.