Skip to main content

custom_connector_plugins

Overview

Namecustom_connector_plugins
TypeResource
Idconfluent.connect.custom_connector_plugins

Fields

NameDatatypeDescription
idstringID is the "natural identifier" for an object within its scope/namespace; it is normally unique across time but not space. That is, you can assume that the ID will not be reclaimed and reused after an object is deleted ("time"); however, it may collide with IDs for other object kinds or objects of the same kind within a different scope/namespace ("space").
descriptionstringDescription of Custom Connector Plugin.
api_versionstringAPIVersion defines the schema version of this representation of a resource.
cloudstringCloud provider where the Custom Connector Plugin archive is uploaded.
connector_classstringJava class or alias for connector. You can get connector class from connector documentation provided by developer.
connector_typestringCustom Connector type.
content_formatstringArchive format of Custom Connector Plugin.
display_namestringDisplay name of Custom Connector Plugin.
documentation_linkstringDocument link of Custom Connector Plugin.
kindstringKind defines the object this REST resource represents.
metadata``ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
sensitive_config_propertiesarrayA sensitive property is a connector configuration property that must be hidden after a user enters property value when setting up connector.
upload_sourceobject[immutable] Upload source of Custom Connector Plugin. Only required in create request, will be ignored in read, update or list.

Methods

NameAccessible byRequired ParamsDescription
get_connect_v1custom_connector_pluginSELECTidGeneral Availability

Make a request to read a custom connector plugin.
list_connect_v1custom_connector_pluginsSELECTGeneral Availability

Retrieve a sorted, filtered, paginated list of all custom connector plugins.

If no cloud filter is specified, returns custom connector plugins from all clouds.
create_connect_v1custom_connector_pluginINSERTGeneral Availability

Make a request to create a custom connector plugin.
delete_connect_v1custom_connector_pluginDELETEidGeneral Availability

Make a request to delete a custom connector plugin.
update_connect_v1custom_connector_pluginUPDATEidGeneral Availability

Make a request to update a custom connector plugin.