We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9662395 commit e484ceeCopy full SHA for e484cee
aws/logs_monitoring/template.yaml
@@ -734,10 +734,7 @@ Resources:
734
Resource:
735
- Fn::If:
736
- CreateS3Bucket
737
- - Fn::Join:
738
- - "/"
739
- - - Fn::GetAtt: ForwarderBucket.Arn
740
- - "*"
+ - Fn::Sub: "${ForwarderBucket.Arn}/*"
741
- Fn::Sub: "arn:aws:s3:::${DdForwarderExistingBucketName}/*"
742
Effect: Allow
743
- Ref: AWS::NoValue
@@ -1062,10 +1059,7 @@ Resources:
1062
1059
1063
1060
1064
1061
1065
1066
1067
- - - Fn::GetAtt: "ForwarderBucket.Arn"
1068
1069
1070
- Effect: Allow
1071
Action:
0 commit comments