Skip to content

Commit 7cf9eb4

Browse files
author
Shayne Clausson
committed
Include 'enabled' variable in README
1 parent 52006db commit 7cf9eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Module Input Variables
1313
- `handler` - the entrypoint into your Lambda function, in the form of `filename.function_name`
1414
- `schedule_expression` - a [valid rate or cron expression](http://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html)
1515
- `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`.
1617

1718
Usage
1819
-----

0 commit comments

Comments
 (0)