Skip to content

Commit

Permalink
Corect another permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 17, 2024
1 parent 1913966 commit 0b35741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacksets/datadog-shipping/logs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Resources:
- Effect: Allow
Action:
- logs:PutLogEvents
Resource: !Sub "arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/kinesisfirehose/${AWS::StackName}:log-stream:*"
Resource: !GetAtt DeliveryStreamLogGroup.Arn
- Effect: Allow
Action:
- kinesis:DescribeStream
Expand Down

0 comments on commit 0b35741

Please sign in to comment.