rough-helicopter-17206
12/17/2025, 5:25 PMmammoth-restaurant-4670
12/17/2025, 5:34 PMrough-helicopter-17206
12/17/2025, 5:47 PMbat = aws.autoscaling.Policy(...)
bat_metric_alarm = aws.cloudwatch.MetricAlarm(
...
alarm_actions=[bat.arn]
)
but not how to add the action to an existing alarm... is that possible at all? i thought it was...mammoth-restaurant-4670
12/17/2025, 5:56 PMalarm_actions=[myReferenceArn]
and it you can update the existing alarm without replacing it. The AWS api supports updating the AlarmActions.
Caveat: I am not super familiar with this resource.some-flower-64874
12/18/2025, 9:02 AMrough-helicopter-17206
12/18/2025, 9:52 AMrough-helicopter-17206
12/18/2025, 9:52 AMsome-flower-64874
12/18/2025, 10:21 AMrough-helicopter-17206
12/18/2025, 10:39 AM