View Source aws_kafkaconnect (aws v0.7.14)

Link to this section Summary

Functions

Creates a connector using the specified properties.
Creates a custom plugin using the specified properties.
Creates a worker configuration using the specified properties.
Deletes the specified connector.
Returns summary information about the connector.
A summary description of the custom plugin.
Returns information about a worker configuration.

Returns a list of all the connectors in this account and Region.

Returns a list of all of the custom plugins in this account and Region.
Returns a list of all of the worker configurations in this account and Region.
Updates the specified connector.

Link to this section Functions

Link to this function

create_connector(Client, Input)

View Source
Creates a connector using the specified properties.
Link to this function

create_connector(Client, Input0, Options0)

View Source
Link to this function

create_custom_plugin(Client, Input)

View Source
Creates a custom plugin using the specified properties.
Link to this function

create_custom_plugin(Client, Input0, Options0)

View Source
Link to this function

create_worker_configuration(Client, Input)

View Source
Creates a worker configuration using the specified properties.
Link to this function

create_worker_configuration(Client, Input0, Options0)

View Source
Link to this function

delete_connector(Client, ConnectorArn, Input)

View Source
Deletes the specified connector.
Link to this function

delete_connector(Client, ConnectorArn, Input0, Options0)

View Source
Link to this function

delete_custom_plugin(Client, CustomPluginArn, Input)

View Source
Deletes a custom plugin.
Link to this function

delete_custom_plugin(Client, CustomPluginArn, Input0, Options0)

View Source
Link to this function

describe_connector(Client, ConnectorArn)

View Source
Returns summary information about the connector.
Link to this function

describe_connector(Client, ConnectorArn, QueryMap, HeadersMap)

View Source
Link to this function

describe_connector(Client, ConnectorArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_custom_plugin(Client, CustomPluginArn)

View Source
A summary description of the custom plugin.
Link to this function

describe_custom_plugin(Client, CustomPluginArn, QueryMap, HeadersMap)

View Source
Link to this function

describe_custom_plugin(Client, CustomPluginArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_worker_configuration(Client, WorkerConfigurationArn)

View Source
Returns information about a worker configuration.
Link to this function

describe_worker_configuration(Client, WorkerConfigurationArn, QueryMap, HeadersMap)

View Source
Link to this function

describe_worker_configuration(Client, WorkerConfigurationArn, QueryMap, HeadersMap, Options0)

View Source

Returns a list of all the connectors in this account and Region.

The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.
Link to this function

list_connectors(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_connectors(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_custom_plugins(Client)

View Source
Returns a list of all of the custom plugins in this account and Region.
Link to this function

list_custom_plugins(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_custom_plugins(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_worker_configurations(Client)

View Source
Returns a list of all of the worker configurations in this account and Region.
Link to this function

list_worker_configurations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_worker_configurations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

update_connector(Client, ConnectorArn, Input)

View Source
Updates the specified connector.
Link to this function

update_connector(Client, ConnectorArn, Input0, Options0)

View Source