We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98123ae commit fea0e98Copy full SHA for fea0e98
data-collection/deploy/module-health-events.yaml
@@ -1,5 +1,5 @@
1
AWSTemplateFormatVersion: "2010-09-09"
2
-Description: Retrieves AWS Health Events details accross AWS organization
+Description: Retrieves AWS Health Events details across AWS organization
3
Parameters:
4
DatabaseName:
5
Type: String
@@ -480,7 +480,7 @@ Resources:
480
RoleArn: !Ref StepFunctionExecutionRoleARN
481
DefinitionString: |
482
{
483
- "Comment": "Collects individual Cost Optimization Hub recommendations",
+ "Comment": "Collects Health Events",
484
"StartAt": "DetailProcessor Map",
485
"States": {
486
"DetailProcessor Map": {
0 commit comments