0

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

ssl
  • 63
  • 13

1 Answers1

0

so, I don't have a specific reason for why this was happening. I just deleted the stacks and redeployed and it worked

ssl
  • 63
  • 13