View Source aws_kafkaconnect (aws v1.0.4)

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 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.

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

delete_worker_configuration(Client, WorkerConfigurationArn, Input)

View Source
Deletes the specified worker configuration.
Link to this function

delete_worker_configuration(Client, WorkerConfigurationArn, 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_tags_for_resource(Client, ResourceArn)

View Source
Lists all the tags attached to the specified resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, 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

tag_resource(Client, ResourceArn, Input)

View Source
Attaches tags to the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes tags from the specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, 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