metric: metric()

in cdk/lib/elastic-search-monitor.ts [143:148]


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

    new GuAlarm(this, "RedClusterStatusAlarm", {