We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a typo in @aws-cdk/aws-cloudwatch package.
https://github.com/awslabs/aws-cdk/blob/67fcf6dffccb2dcbbcc649997d421d39fef6ebf7/packages/%40aws-cdk/aws-cloudwatch/lib/metric.ts#L299
- export interface MetricAarmProps { + export interface MetricAlarmProps {
The text was updated successfully, but these errors were encountered:
fix(cloudwatch): fix name of 'MetricAlarmProps'
43215bf
Fixes #1760. BREAKING CHANGE: Rename 'MetricAarmProps' => 'MetricAlarmProps'.
fix(cloudwatch): fix name of 'MetricAlarmProps' (#1765)
c87f09a
Successfully merging a pull request may close this issue.
I found a typo in @aws-cdk/aws-cloudwatch package.
https://github.com/awslabs/aws-cdk/blob/67fcf6dffccb2dcbbcc649997d421d39fef6ebf7/packages/%40aws-cdk/aws-cloudwatch/lib/metric.ts#L299
The text was updated successfully, but these errors were encountered: