UNPKG

@cdklabs/cdk-amazonmq

Version:
11 lines (10 loc) 245 B
export interface BrokerEndpoint { /** * The full URL of the broker endpoint, including the port. */ readonly url: string; /** * The port at which the endpoint awaits communication. */ readonly port: number; }