my alarm set in cloudformation:
ClientErrorAlarm:
Type: AWS::CloudWatch::Alarm
Properties:
......
OKActions:
- !Ref SNSSquadCast
......
returns error: Value of property OKActions must be of type List of String
so does
OKActions:
- Ref: SNSSquadCast
I'm not sure what else to try