data "upstash_kafka_connector_data" "kafkaConnectorData" {
  topic_id = resource.upstash_kafka_connector.exampleKafkaConnector.connector_id
}
data "upstash_kafka_connector_data" "kafkaConnectorData" {
  topic_id = resource.upstash_kafka_connector.exampleKafkaConnector.connector_id
}

Schema

Required

connector_id
string
required
Unique Connector ID for created connector

Read-Only

cluster_id
string
Unique Cluster ID for cluster that the connector is tied to
connector_class
string
Connector class of the connector
connector_state
string
State error message of the connector
creation_time
number
Creation time of the connector
encoded_username
string
Encoded username for the connector
id
string
The ID of this resource.
name
string
Name of the connector
properties
string
Properties of the connector. Custom config for different types of connectors.
properties_encrypted
string
Encrypted properties for the connector
state
string
State of the connector
state_error_message
string
State error message of the connector
task
list(map(string))
Tasks of the connector
topics
list(string)
Topics for the connector
ttl
number
TTL for the connector
user_password
string
User password for the connector