Resources
upstash_kafka_credential
Create and manage credentials for a kafka cluster.
Schema
Required
cluster_name
string
requiredName of the cluster
credential_name
string
requiredName of the kafka credential
permissions
map(string)
requiredProperties that the connector will have. Please check the documentation of the related connector.
topic
map(string)
requiredName of the kafka topic
Read-Only
creation_time
number
Creation time of the credential
credential_id
string
Unique ID of the kafka credential
id
string
The ID of this resource.
password
string
Password to be used in authenticating to the cluster
state
string
State of the credential. active
or deleted
username
string
Username to be used for the kafka credential
Was this page helpful?