Describe the issue
In all 3 methods for adding action to CompositeAlarm the details on the type of the *actions argument are "Typically the ARN of an SNS topic or ARN of an AutoScaling policy". However, the required argument type should be IAlarmAction, as documented in the Parameters section. Hence, a suggested correction could be "Typically SnsAcion or AutoScalingAction".
Links
CompositeAlarm
add_alarm_action(*actions)
add_insufficient_data_action(*actions)
add_ok_action(*actions)
Describe the issue
In all 3 methods for adding action to
CompositeAlarmthe details on the type of the*actionsargument are "Typically the ARN of an SNS topic or ARN of an AutoScaling policy". However, the required argument type should beIAlarmAction, as documented in the Parameters section. Hence, a suggested correction could be "TypicallySnsAcionorAutoScalingAction".Links
CompositeAlarm
add_alarm_action(*actions)
add_insufficient_data_action(*actions)
add_ok_action(*actions)