Skip to content

Delete Custom Plugin

kafkaconnect_delete_custom_plugin R Documentation

Deletes a custom plugin

Description

Deletes a custom plugin.

Usage

kafkaconnect_delete_custom_plugin(customPluginArn)

Arguments

customPluginArn

[required] The Amazon Resource Name (ARN) of the custom plugin that you want to delete.

Value

A list with the following syntax:

list(
  customPluginArn = "string",
  customPluginState = "CREATING"|"CREATE_FAILED"|"ACTIVE"|"UPDATING"|"UPDATE_FAILED"|"DELETING"
)

Request syntax

svc$delete_custom_plugin(
  customPluginArn = "string"
)