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.
Deletes a custom plugin.
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
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