(aws-grafana): Add "unifiedAlertingEnabled" property to CfnWorkspaceProps
- Dominant language
- TypeScript
- Stars
- 12.9k
- Forks
- 4.6k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 83
Description
### Describe the feature
Currently it is not possible to activate unified alerting when creating a new Grafana workspace.
### Use Case
I want to activate the unified alerting when creating a new Grafana workspace.
### Proposed Solution
Add `unifiedAlertingEnabled?: boolean` property to the `CfnWorkspaceProps` interface and all the other stuff that is needed.
### Other Information
_No response_
### Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
### AWS CDK Library version (aws-cdk-lib)
2.200.2
### AWS CDK CLI version
2.1007.0
### Environment details (OS name and version, etc.)
Win/Linux
Contributor guide
Research direction
Start by locating the CfnWorkspaceProps interface in the aws-grafana construct and compare how existing workspace properties are represented. Trace the related generated resource schema and tests; the work is done when unifiedAlertingEnabled is accepted and appears correctly in the synthesized workspace configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, grafana, typescript
- Domain
- cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100