cdk-monitoring-constructs
Version:
[](https://gitpod.io/#https://github.com/cdklabs/cdk-monitoring-constructs) [](https://badge
21 lines (20 loc) • 461 B
TypeScript
/**
* color to indicate healthy state
*/
export declare const HealthyMetricColor = "#2ca02c";
/**
* color to indicate unhealthy state
*/
export declare const UnhealthyMetricColor = "#d62728";
/**
* color to indicate a warning
*/
export declare const WarningColor = "#ff9900";
/**
* color to indicate an error
*/
export declare const ErrorColor = "#d13212";
/**
* color to indicate neutral information
*/
export declare const NeutralColor = "#999999";