You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Data Collection logging phase 1
* codify new SF version name
* tweak account collector logging
* Sync account collector with fix for manual account list
* Add backoff/retry to standalone state machine
* add more retry buffer
* Misc cleanup
* Temporarily re-indent the over indent to make the diff easier to read
* Switch to pre-defined table
* Fix merge issue
* Merge main, normalize linked sf code file names
* Interim commit
* Checkpoint
* beta
* Pre-main merge instrumentation
* Post merge main and cleanup
* Fix misplaced space insertion
* Refine Health detail execution logging
* Add policy condition for CW logging
* Update data-collection/deploy/deploy-data-collection.yaml
* Tweak to output error message
* Scale back Lambda-based monitoring
* Renenable testing deploy of CaseSummary
* Misc cleanup for easier merge
* Misc cleanup for easier merge, 2
* Health SF correction from reversion of code
---------
Co-authored-by: Iakov Gan <[email protected]>
Co-authored-by: Iakov GAN <[email protected]>
Copy file name to clipboardExpand all lines: data-collection/deploy/module-health-events.yaml
+10-77Lines changed: 10 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@ Parameters:
51
51
Type: String
52
52
Description: "ARNs of KMS Keys for data buckets and/or Glue Catalog. Comma separated list, no spaces. Keep empty if data Buckets and Glue Catalog are not Encrypted with KMS. You can also set it to '*' to grant decrypt permission for all the keys."
53
53
Default: ""
54
+
DetailStepFunctionTemplate:
55
+
Type: String
56
+
Description: JSON representation of the detail retrieval StepFunction template
0 commit comments