Skip to content

Commit ce9b3a8

Browse files
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

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/index.js

Lines changed: 30879 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-kinesis/test/integ.stream-shard-level-monitoring.js.snapshot/cdk.out

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-kinesis/test/integ.stream-shard-level-monitoring.js.snapshot/integ.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-kinesis/test/integ.stream-shard-level-monitoring.js.snapshot/integkinesisstreamconsumerDefaultTestDeployAssert5861EECB.assets.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-kinesis/test/integ.stream-shard-level-monitoring.js.snapshot/integkinesisstreamconsumerDefaultTestDeployAssert5861EECB.template.json

Lines changed: 331 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)