Create Custom Plugin
| kafkaconnect_create_custom_plugin | R Documentation |
Creates a custom plugin using the specified properties¶
Description¶
Creates a custom plugin using the specified properties.
Usage¶
Arguments¶
contentType[required] The type of the plugin file.
descriptionA summary description of the custom plugin.
location[required] Information about the location of a custom plugin.
name[required] The name of the custom plugin.
tagsThe tags you want to attach to the custom plugin.
Value¶
A list with the following syntax:
list(
customPluginArn = "string",
customPluginState = "CREATING"|"CREATE_FAILED"|"ACTIVE"|"UPDATING"|"UPDATE_FAILED"|"DELETING",
name = "string",
revision = 123
)