KafkaConnect#
Client#
- class KafkaConnect.Client#
 A low-level client representing Managed Streaming for Kafka Connect
import boto3 client = boto3.client('kafkaconnect')
These are the available methods:
- can_paginate
 - close
 - create_connector
 - create_custom_plugin
 - create_worker_configuration
 - delete_connector
 - delete_custom_plugin
 - delete_worker_configuration
 - describe_connector
 - describe_custom_plugin
 - describe_worker_configuration
 - get_paginator
 - get_waiter
 - list_connectors
 - list_custom_plugins
 - list_tags_for_resource
 - list_worker_configurations
 - tag_resource
 - untag_resource
 - update_connector
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: