metric: metric()

in cdk/lib/elastic-search-monitor.ts [127:131]


      metric: metric("NumberOfDataNodes"),
      threshold: 5,
    });

    new GuAlarm(this, "MasterNodeCountAlarm", {