Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
postsa committed Sep 28, 2023
1 parent 12a5806 commit 043fcd5
Show file tree
Hide file tree
Showing 9 changed files with 187 additions and 74 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 043fcd5

Please sign in to comment.