Commit ce9b3a8
authored
feat(kinesis): shard-level metrics for stream (#34963)
### Issue # (if applicable)
None
### Reason for this change
cloudformation supports for configuring enhanced shard-level monitoring for Kinesis stream.
https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-desiredshardlevelmetrics
### Description of changes
- Define ShardLevelMetrics enum
- Add shardLevelMetrics to StreamProps
### Describe any new or updated permissions being added
None
### Description of how you validated changes
Add both unit and integ tests
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 8638a78 commit ce9b3a8
File tree
13 files changed
+32316
-1
lines changed- packages
- @aws-cdk-testing/framework-integ/test/aws-kinesis/test
- integ.stream-shard-level-monitoring.js.snapshot
- asset.eb22baafd5847980ab6366611632071c2eeca2fae388e8c09c66dd70fde59be4.bundle
- aws-cdk-lib/aws-kinesis
- lib
- test
13 files changed
+32316
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments