function printOutput()

in src/proxysql.ts [341:343]


function printOutput(scope: Construct, id: string, key: string | number) {
  new CfnOutput(scope, id, { value: String(key) } );
}