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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Module Input Variables
13
13
-`handler` - the entrypoint into your Lambda function, in the form of `filename.function_name`
14
14
-`schedule_expression` - a [valid rate or cron expression](http://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html)
15
15
-`iam_policy_document` - a valid IAM policy document used for the Lambda's [execution role](http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role)
16
+
-`enabled` - boolean expression. If false, the lambda function and the cloudwatch schedule are not set. Defaults to `true`.
0 commit comments