UNPKG

@cdklabs/cdk-amazonmq

Version:
12 lines (11 loc) 300 B
import { ActiveMqBrokerEndpoints } from "./activemq-broker-endpoints"; export interface IActiveMqBroker { /** * The IP address of the broker. */ readonly ipAddress: string; /** * A set of endpoints for the broker. */ readonly endpoints: ActiveMqBrokerEndpoints; }