Commit 7a4a09d
Taniya Mathur
fix: correct Step Functions CloudWatchLogsLogGroup format in all patterns
- Fix CloudWatchLogsLogGroup configuration to use proper JSON object format
- Change from string ARN to LogGroupArn property in object structure
- Resolves CloudFormation template validation error for DocumentProcessingStateMachine
- Applied to patterns 1, 2, and 3 templates
Fixes template validation error:
'expected type: JSONObject, found: String' for CloudWatchLogsLogGroup property1 parent 0df559e commit 7a4a09d
File tree
3 files changed
+6
-3
lines changed- patterns
- pattern-1
- pattern-2
- pattern-3
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
| 684 | + | |
684 | 685 | | |
685 | 686 | | |
686 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2418 | 2418 | | |
2419 | 2419 | | |
2420 | 2420 | | |
2421 | | - | |
| 2421 | + | |
| 2422 | + | |
2422 | 2423 | | |
2423 | 2424 | | |
2424 | 2425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
| 1502 | + | |
| 1503 | + | |
1503 | 1504 | | |
1504 | 1505 | | |
1505 | 1506 | | |
| |||
0 commit comments