metric: metric()

in cdk/lib/elastic-search-monitor.ts [152:157]


      metric: metric("Status"),
      // Green = 0, Yellow = 1, Red = 2
      threshold: 1,
    });

    new GuAlarm(this, "DataNodeJvmHeapUsageAlarm", {