Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatatsu committed Jun 7, 2022
1 parent 27fc718 commit c99cb36
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"17.0.0"}
{"version":"20.0.0"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "20.0.0",
"testCases": {
"iot/integ.iotevents-put-message-action": {
"stacks": [
"iotevents-put-message-action-test-stack"
],
"diffAssets": false,
"stackUpdateWorkflow": true
}
},
"synthContext": {},
"enableLookups": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{
"Action": [
"logs:CreateLogStream",
"logs:DescribeLogStreams",
"logs:PutLogEvents"
],
"Effect": "Allow",
Expand All @@ -43,16 +44,6 @@
]
}
},
{
"Action": "logs:DescribeLogStreams",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"logs0B6081B1",
"Arn"
]
}
},
{
"Action": "iotevents:BatchPutMessage",
"Effect": "Allow",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "17.0.0",
"version": "20.0.0",
"artifacts": {
"Tree": {
"type": "cdk:tree",
Expand Down Expand Up @@ -54,10 +54,7 @@
"/iotevents-put-message-action-test-stack/MyDetectorModel/Resource": [
{
"type": "aws:cdk:logicalId",
"data": "MyDetectorModel559C0B0E",
"trace": [
"!!DESTRUCTIVE_CHANGES: WILL_REPLACE"
]
"data": "MyDetectorModel559C0B0E"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
{
"Action": [
"logs:CreateLogStream",
"logs:DescribeLogStreams",
"logs:PutLogEvents"
],
"Effect": "Allow",
Expand All @@ -98,16 +99,6 @@
]
}
},
{
"Action": "logs:DescribeLogStreams",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"logs0B6081B1",
"Arn"
]
}
},
{
"Action": "iotevents:BatchPutMessage",
"Effect": "Allow",
Expand Down

0 comments on commit c99cb36

Please sign in to comment.