Skip to content

Commit 1fcea37

Browse files
authored
docs(cloudwatch): misleading documentation for metric unit NONE (#20249)
Fixes #20112. Changes documentation for metric unit `NONE` in CloudWatch to avoid any confusions between `NONE` and `No unit`. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 783e7bb commit 1fcea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-cloudwatch/lib/metric-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export enum Unit {
216216
COUNT_PER_SECOND = 'Count/Second',
217217

218218
/**
219-
* No unit
219+
* None
220220
*/
221221
NONE = 'None'
222222
}

0 commit comments

Comments
 (0)