Amazon web services 无法使用云结构设置SubscriptionFilter

Amazon web services 无法使用云结构设置SubscriptionFilter,amazon-web-services,amazon-cloudformation,Amazon Web Services,Amazon Cloudformation,关于使用cloudformation设置订阅筛选器,我有一个问题。这就是我的CF文件的样子 FeedbackSubscriptionFilter: Type: AWS::Logs::SubscriptionFilter Properties: RoleArn: 'arn:aws:iam::xxxxxx:role/CloudwatchKinesis' LogGroupName: '/aws/lambda/function' FilterPat

关于使用cloudformation设置订阅筛选器,我有一个问题。这就是我的CF文件的样子

  FeedbackSubscriptionFilter:
    Type: AWS::Logs::SubscriptionFilter
    Properties:
      RoleArn: 'arn:aws:iam::xxxxxx:role/CloudwatchKinesis'
      LogGroupName: '/aws/lambda/function'
      FilterPattern: ''
      DestinationArn: 'arn:aws:firehose:eu-west-1:yyyyyyyyyy:deliverystream/function-delivery'
当我进入堆栈面板并用这个新的CF文件更新我的当前堆栈时;我得到以下错误:

The following resource(s) failed to create: [FeedbackSubscriptionFilter].

Could not deliver test message to specified Firehose stream. Check if the given Firehose stream is in ACTIVE state. (Service: AWSLogs; Status Code: 400; Error Code: InvalidParameterException; Request ID: 76wg79567w048h70w96hwj)
然而,我的流似乎确实可以工作,否则,我可以使用内置的send测试数据


我做错了什么?我相信它确实找到了流,它只是无法向它发送任何数据

您是否在
eu-west-1
中部署此CloudFormation堆栈?您是否能够找到解决方案?我有完全相同的问题:(