File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
stacksets/eventbridge-forwarding-rules Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -29,29 +29,6 @@ Resources:
29
29
- events:PutEvents
30
30
Resource : !Ref AwsResourceCollectorBusArn
31
31
32
- TargetDlq :
33
- Type : AWS::SQS::Queue
34
- Properties :
35
- MessageRetentionPeriod : 1209600 # 14 days
36
- VisibilityTimeout : 300 # 5 minutes
37
-
38
- TargetDlqPolicy :
39
- Type : AWS::SQS::QueuePolicy
40
- Properties :
41
- Queues :
42
- - !Ref TargetDlq
43
- PolicyDocument :
44
- Version : ' 2012-10-17'
45
- Statement :
46
- - Effect : Allow
47
- Principal :
48
- Service : events.amazonaws.com
49
- Action : sqs:SendMessage
50
- Resource : !GetAtt TargetDlq.Arn
51
- Condition :
52
- ArnEquals :
53
- aws:SourceArn : !GetAtt ResourceChangeEventsFowardingRule.Arn
54
-
55
32
ResourceChangeEventsFowardingRule :
56
33
Type : AWS::Events::Rule
57
34
Properties :
@@ -68,6 +45,4 @@ Resources:
68
45
Targets :
69
46
- Id : AwsResourceCollectorBus
70
47
Arn : !Ref AwsResourceCollectorBusArn
71
- RoleArn : !GetAtt ResourceChangeEventsFowardingIamRole.Arn
72
- DeadLetterConfig :
73
- Arn : !GetAtt TargetDlq.Arn
48
+ RoleArn : !GetAtt ResourceChangeEventsFowardingIamRole.Arn
You can’t perform that action at this time.
0 commit comments