(aws-applicationautoscaling): Support datapointsToAlarm in StepScalingPolicy #17433
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-applicationautoscaling
Related to AWS Application Auto Scaling
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Description
StepScalingPolicy
currently supports settingevaluationPeriods
for the upper and lower autoscaling alarms, but notdatapointsToAlarm
. This means that to trigger the alarm, all data points in the evaluation period must trigger.Use Case
I would like to create an autoscaling alarm that triggers when only a portion of the datapoints in the evaluation period have triggered.
Proposed Solution
Add an optional property to
StepScalingPolicy
for datapointsToAlarm that is passed to the underlyingAlarm
.Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: