Skip to content

Commit

Permalink
Merge branch 'main' into fixEcs
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 19, 2023
2 parents b7d1a90 + 4dde502 commit 48a987f
Show file tree
Hide file tree
Showing 11 changed files with 204 additions and 89 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"Name": "StackBusAA0A1E4B"
}
},
"BusPolicyCF00D793": {
"BusStatement1B4D0336C": {
"Type": "AWS::Events::EventBusPolicy",
"Properties": {
"StatementId": "123",
"EventBusName": {
"Ref": "BusEA82B648"
},
Expand All @@ -21,7 +20,11 @@
"Fn::Join": [
"",
[
"arn:aws:iam::",
"arn:",
{
"Ref": "AWS::Partition"
},
":iam::",
{
"Ref": "AWS::AccountId"
},
Expand All @@ -36,8 +39,47 @@
"Arn"
]
},
"Sid": "123"
}
"Sid": "Statement1"
},
"StatementId": "Statement1"
}
},
"BusStatement2B5FB314B": {
"Type": "AWS::Events::EventBusPolicy",
"Properties": {
"EventBusName": {
"Ref": "BusEA82B648"
},
"Statement": {
"Action": "events:PutRule",
"Effect": "Allow",
"Principal": {
"AWS": {
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":iam::",
{
"Ref": "AWS::AccountId"
},
":root"
]
]
}
},
"Resource": {
"Fn::GetAtt": [
"BusEA82B648",
"Arn"
]
},
"Sid": "Statement2"
},
"StatementId": "Statement2"
}
}
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48a987f

Please sign in to comment.