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.

Returns summary information about the connector.

A summary description of the custom plugin.

Returns information about a worker configuration.

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.

Link to this section Functions

Link to this function

create_connector(client, input, options \\ [])

View Source

Creates a connector using the specified properties.

Link to this function

create_custom_plugin(client, input, options \\ [])

View Source

Creates a custom plugin using the specified properties.

Link to this function

create_worker_configuration(client, input, options \\ [])

View Source

Creates a worker configuration using the specified properties.

Link to this function

delete_connector(client, connector_arn, input, options \\ [])

View Source

Deletes the specified connector.

Link to this function

delete_custom_plugin(client, custom_plugin_arn, input, options \\ [])

View Source

Deletes a custom plugin.

Link to this function

delete_worker_configuration(client, worker_configuration_arn, input, options \\ [])

View Source

Deletes the specified worker configuration.

Link to this function

describe_connector(client, connector_arn, options \\ [])

View Source

Returns summary information about the connector.

Link to this function

describe_custom_plugin(client, custom_plugin_arn, options \\ [])

View Source

A summary description of the custom plugin.

Link to this function

describe_worker_configuration(client, worker_configuration_arn, options \\ [])

View Source

Returns information about a worker configuration.

Link to this function

list_connectors(client, connector_name_prefix \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])

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_custom_plugins(client, max_results \\ nil, name_prefix \\ nil, next_token \\ nil, options \\ [])

View Source

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

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists all the tags attached to the specified resource.

Link to this function

list_worker_configurations(client, max_results \\ nil, name_prefix \\ nil, next_token \\ nil, options \\ [])

View Source

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

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Attaches tags to the specified resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes tags from the specified resource.

Link to this function

update_connector(client, connector_arn, input, options \\ [])

View Source

Updates the specified connector.