CloudFormationで、AWS::CodeStarNotifications::NotificationRuleを突然作れなくなった。

0

昨日まで作れていたのですが、今日になって作れなくなっています。

CFn

Resources:
  Notification:
    # slack通知
    Type: AWS::CodeStarNotifications::NotificationRule
    Properties:
      Name: !Sub ${ProjectName}-slack-notification
      DetailType: FULL
      EventTypeIds:
        - codebuild-project-build-state-failed
        - codebuild-project-build-state-succeeded
        - codebuild-project-build-state-in-progress
        - codebuild-project-build-state-stopped
      Resource: !GetAtt CodeBuildProject.Arn
      Targets:
        - TargetAddress: arn:aws:chatbot::xxxxx:chat-configuration/slack-channel/xxxx
          TargetType: AWSChatbotSlack

Management Console上で表示されているエラー Resource handler returned message: "Invalid request provided: AWS::CodeStarNotifications::NotificationRule" (RequestToken: xxxx, HandlerErrorCode: InvalidRequest)

障害なのでしょうか?

已提问 1 年前441 查看次数
1 回答
0

今日の朝、update-stackしたら、完全に動作したので、障害だったのかなと思います。

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则