jack-kafka-instance-sdk
Version:
RHOAS Kafka Instance Adminstration SDK
24 lines (23 loc) • 650 B
TypeScript
/**
* Kafka Instance API
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
*
* The version of the OpenAPI document: 0.14.1-SNAPSHOT
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @enum {string}
*/
export declare const AclResourceType: {
readonly Group: "GROUP";
readonly Topic: "TOPIC";
readonly Cluster: "CLUSTER";
readonly TransactionalId: "TRANSACTIONAL_ID";
};
export type AclResourceType = typeof AclResourceType[keyof typeof AclResourceType];