@cdklabs/cdk-amazonmq
Version:
<!--BEGIN STABILITY BANNER-->
9 lines (8 loc) • 351 B
TypeScript
/**
* @fileoverview User management components for RabbitMQ brokers.
*
* This module provides user management abstractions for RabbitMQ brokers,
* supporting different authentication strategies including simple authentication
* and config-managed authentication for more advanced use cases.
*/
export * from "./rabbitmq-broker-user-management";