Databricks SDK for JavaScript
    Preparing search index...

    Interface ListKafkaConfigsResponse

    interface ListKafkaConfigsResponse {
        kafkaConfigs?: KafkaConfig[];
        nextPageToken?: string;
    }
    Index

    Properties

    kafkaConfigs?: KafkaConfig[]

    List of Kafka configs. Schemas are not included in the response.

    nextPageToken?: string

    Pagination token to request the next page of results for this query.