data "upstash_kafka_cluster_data" "clusterData" {
  cluster_id = resource.upstash_kafka_cluster.exampleCluster.cluster_id
}

data "upstash_kafka_cluster_data" "clusterData" {
  cluster_id = resource.upstash_kafka_cluster.exampleCluster.cluster_id
}

Schema

Required

cluster_id
string
required
Unique Cluster ID for requested cluster

Read-Only

cluster_name
string
Name of the cluster
creation_time
number
Creation time of the cluster
id
string
The ID of this resource.
max_message_size
number
Max Message Size for the cluster
max_messsages_per_second
number
Max Messages Per Second for the cluster
max_partitions
number
Max Partitions for the cluster
max_retention_size
number
Max Retention Size of the cluster
max_retention_time
number
Max Retention Time of the cluster
multizone
bool
Whether multizone replication is enabled
password
string
Password for the cluster
region
string
Region of the cluster. Possible values (may change) are: eu-west-1, us-east-1
rest_endpoint
string
Name of the cluster
state
string
Current state of the cluster
Possible values: active or deleted
tcp_endpoint
string
TCP Endpoint of the cluster
type
string
Type of the cluster
username
string
Base64 encoded username for the cluster