(aws-ecs): add datapointsToAlarm / evaluationPeriods / treatMissingData support to ScalableTaskCount #31240
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
feature-request
A feature should be added or improved.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
when using the ScalableTaskCount methods there's no option to set
datapointsToAlarm
/evaluationPeriods
. these seem to default to 3 (i can't find the code that's responsible for this) and there's no way to change them after the fact.there's also no way to set
treatMissingData
Use Case
these values are editable in the web ui, i'd like to be able to edit/manage them in
cdk
.Proposed Solution
add these to the appropriate props for each method (eg
CpuUtilizationScalingProps
,MemoryUtilizationScalingProps
, etc).Other Information
No response
Acknowledgements
CDK version used
2.136.0
Environment details (OS name and version, etc.)
macos
The text was updated successfully, but these errors were encountered: