UNPKG

@cdklabs/cdk-amazonmq

Version:
9 lines (8 loc) 351 B
/** * @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";