View Source AWS.KafkaConnect (aws-elixir v1.0.4)
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.
Deletes a custom plugin.
Deletes the specified worker configuration.
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.
Lists all the tags attached to the specified resource.
Returns a list of all of the worker configurations in this account and Region.
Attaches tags to the specified resource.
Removes tags from the specified resource.
Updates the specified connector.
Link to this section 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.
delete_custom_plugin(client, custom_plugin_arn, input, options \\ [])
View SourceDeletes a custom plugin.
delete_worker_configuration(client, worker_configuration_arn, input, options \\ [])
View SourceDeletes the specified worker configuration.
Returns summary information about the connector.
A summary description of the custom plugin.
describe_worker_configuration(client, worker_configuration_arn, options \\ [])
View SourceReturns information about a worker configuration.
list_connectors(client, connector_name_prefix \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns 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.
list_custom_plugins(client, max_results \\ nil, name_prefix \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all of the custom plugins in this account and Region.
Lists all the tags attached to the specified resource.
list_worker_configurations(client, max_results \\ nil, name_prefix \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all of the worker configurations in this account and Region.
Attaches tags to the specified resource.
Removes tags from the specified resource.
Updates the specified connector.