-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
cloudwatch: allow configuring period on SingleValueWidget #26259
Labels
@aws-cdk/aws-cloudwatch
Related to Amazon CloudWatch
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Comments
humanzz
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Jul 6, 2023
humanzz
changed the title
aws-cloudwatch: allow setting period on SingleValueWidget
aws-cloudwatch: allow configuring period on SingleValueWidget
Jul 6, 2023
Thanks for submitting the feature request and PR @humanzz. It would be reviewed by our team. |
khushail
added
p2
effort/small
Small work item – less than a day of effort
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jul 6, 2023
humanzz
changed the title
aws-cloudwatch: allow configuring period on SingleValueWidget
cloudwatch: allow configuring period on SingleValueWidget
Jul 7, 2023
mergify bot
pushed a commit
that referenced
this issue
Jul 7, 2023
- expose a period prop on `SingleValueWidgetProps` - use the period prop when rendering `SingleValueWidget` Closes #26259. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-cloudwatch
Related to Amazon CloudWatch
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
SingleValue widget supports setting a
period
parameter as can be tested/verified via CloudWatch console.The
SingleValueWidget
class and its props, do not expose aperiod
prop.Use Case
Being able to customize the period on SingleValueWidget
Proposed Solution
SingleValueWidgetProps
to expose aperiod
propSingleValueWidget.toJson
to render the period correctlyOther Information
No response
Acknowledgements
CDK version used
2.85.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: