0.0.1 • Published 6 years ago

aws_cloudwatch_alarm_severity v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

aws_cloudwatch_alarm_severity

A classifier for AWS CloudWatch alarm events by severity level.

Synopsis

import SeverityClassifier from 'aws_cloudwatch_alarm_severity';

const isDanger = SeverityClassifier.isDangerMessage('message');
const isWarning = SeverityClassifier.isWarningMessage('message');

Methods

.isDangerMessage(msg: string): bool

Returns whether the given message is a danger or not.

.isWarningMessage(msg: string): bool

Returns whether the given message is a warning or not.

Properties

.dangerMessages

Returns a list of messages that are treated as the danger.

.warningMessages

Returns a list of messages that are treated as the danger.

Author

moznion (moznion@gmail.com)

License

MIT