connectors_list_only
Lists connectors
in a region or regions, for all properties use connectors
Overview
Name | connectors_list_only |
Type | Resource |
Description | Resource Type definition for AWS::KafkaConnect::Connector |
Id | aws.kafkaconnect.connectors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
capacity | object | Information about the capacity allocated to the connector. |
connector_arn | string | Amazon Resource Name for the created Connector. |
connector_configuration | object | The configuration for the connector. |
connector_description | string | A summary description of the connector. |
connector_name | string | The name of the connector. |
kafka_cluster | object | Details of how to connect to the Kafka cluster. |
kafka_cluster_client_authentication | object | Details of the client authentication used by the Kafka cluster. |
kafka_cluster_encryption_in_transit | object | Details of encryption in transit to the Kafka cluster. |
kafka_connect_version | string | The version of Kafka Connect. It has to be compatible with both the Kafka cluster's version and the plugins. |
log_delivery | object | Details of what logs are delivered and where they are delivered. |
plugins | array | List of plugins to use with the connector. |
service_execution_role_arn | string | The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon S3 objects and other external resources. |
tags | array | A collection of tags associated with a resource |
worker_configuration | object | The configuration of the workers, which are the processes that run the connector logic. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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