MSK Connect Connector

MSK Connect Connector in AWS is a managed resource that represents a Kafka Connect connector running on Amazon MSK Connect. It allows you to integrate Apache Kafka topics with external systems such as databases, object stores, or other services without managing the underlying infrastructure. This resource provides details about the connector’s configuration, status, capacity, and runtime settings, making it easier to monitor and manage data streaming pipelines at scale.

aws.kafkaconnect_connector

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
capacitycorejsonInformation about the capacity of the connector, whether it is auto scaled or provisioned.
connector_arncorestringThe Amazon Resource Name (ARN) of the connector.
connector_configurationcorehstoreA map of keys to values that represent the configuration for the connector.
connector_descriptioncorestringA summary description of the connector.
connector_namecorestringThe name of the connector.
connector_statecorestringThe state of the connector.
creation_timecoretimestampThe time the connector was created.
current_versioncorestringThe current version of the connector.
kafka_clustercorejsonThe Apache Kafka cluster that the connector is connected to.
kafka_cluster_client_authenticationcorejsonThe type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.
kafka_cluster_encryption_in_transitcorejsonDetails of encryption in transit to the Apache Kafka cluster.
kafka_connect_versioncorestringThe version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.
log_deliverycorejsonDetails about delivering logs to Amazon CloudWatch Logs.
pluginscorejsonSpecifies which plugins were used for this connector.
service_execution_role_arncorestringThe Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
state_descriptioncorejsonDetails about the state of a connector.
tagscorehstore
worker_configurationcorejsonSpecifies which worker configuration was used for the connector.