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 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.
Functions
Link to this function
delete_worker_configuration(Client, WorkerConfigurationArn, Input)
View Source
Link to this function
delete_worker_configuration(Client, WorkerConfigurationArn, Input0, Options0)
View Source
Link to this function
describe_connector(Client, ConnectorArn, QueryMap, HeadersMap, Options0)
View Source
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, QueryMap, HeadersMap)
View Source
Link to this function
describe_worker_configuration(Client, WorkerConfigurationArn, QueryMap, HeadersMap, Options0)
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.
Link to this function
list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Source
Link to this function