KafkaConnect / Client / delete_custom_plugin
delete_custom_plugin¶
- KafkaConnect.Client.delete_custom_plugin(**kwargs)¶
- Deletes a custom plugin. - See also: AWS API Documentation - Request Syntax- response = client.delete_custom_plugin( customPluginArn='string' ) - Parameters:
- customPluginArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the custom plugin that you want to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'customPluginArn': 'string', 'customPluginState': 'CREATING'|'CREATE_FAILED'|'ACTIVE'|'UPDATING'|'UPDATE_FAILED'|'DELETING' } - Response Structure- (dict) – - customPluginArn (string) – - The Amazon Resource Name (ARN) of the custom plugin that you requested to delete. 
- customPluginState (string) – - The state of the custom plugin. 
 
 
 - Exceptions