Skip to main content

connectors_list_only

Lists connectors in a region or regions, for all properties use connectors

Overview

Nameconnectors_list_only
TypeResource
DescriptionResource Type definition for AWS::KafkaConnect::Connector
Idaws.kafkaconnect.connectors_list_only

Fields

NameDatatypeDescription
capacityobjectInformation about the capacity allocated to the connector.
connector_arnstringAmazon Resource Name for the created Connector.
connector_configurationobjectThe configuration for the connector.
connector_descriptionstringA summary description of the connector.
connector_namestringThe name of the connector.
kafka_clusterobjectDetails of how to connect to the Kafka cluster.
kafka_cluster_client_authenticationobjectDetails of the client authentication used by the Kafka cluster.
kafka_cluster_encryption_in_transitobjectDetails of encryption in transit to the Kafka cluster.
kafka_connect_versionstringThe version of Kafka Connect. It has to be compatible with both the Kafka cluster's version and the plugins.
log_deliveryobjectDetails of what logs are delivered and where they are delivered.
pluginsarrayList of plugins to use with the connector.
service_execution_role_arnstringThe Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon S3 objects and other external resources.
tagsarrayA collection of tags associated with a resource
worker_configurationobjectThe configuration of the workers, which are the processes that run the connector logic.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all connectors in a region.

SELECT
region,
connector_arn
FROM aws.kafkaconnect.connectors_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the connectors_list_only resource, see connectors