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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,21 +50,24 @@ Full contributing [guidelines are covered here](.github/contributing.md).
50
50
| <aname="input_included_accounts"></a> [included\_accounts](#input\_included\_accounts)| List of accounts that be scanned to manual actions. If empty will scan all accounts. |`list(string)`|`[]`| no |
51
51
| <aname="input_included_users"></a> [included\_users](#input\_included\_users)| List of emails that be scanned to manual actions. If empty will scan all emails. |`list(string)`|`[]`| no |
52
52
| <aname="input_lambda_memory_size"></a> [lambda\_memory\_size](#input\_lambda\_memory\_size)| The amount of memory for Lambda to use |`number`|`"128"`| no |
53
-
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| The lambda runtime to use |`string`|`"python3.8"`| no |
53
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| The lambda runtime to use. One of: `["python3.9", "python3.8", "python3.7"]`|`string`|`"python3.8"`| no |
54
54
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| Number of days to keep CloudWatch logs |`number`|`14`| no |
55
55
| <aname="input_message_format"></a> [message\_format](#input\_message\_format)| Where do you want to send this message? slack or msteams |`string`|`"slack"`| no |
56
56
| <aname="input_naming_prefix"></a> [naming\_prefix](#input\_naming\_prefix)| Resources will be prefixed with this |`string`|`"clickops-notifier"`| no |
57
+
| <aname="input_s3_bucket"></a> [s3\_bucket](#input\_s3\_bucket)| S3 bucket for deployment package. |`string`|`null`| no |
58
+
| <aname="input_s3_key"></a> [s3\_key](#input\_s3\_key)| S3 object key for deployment package. Otherwise, defaults to `var.naming_prefix/local.deployment_filename`. |`string`|`null`| no |
57
59
| <aname="input_standalone"></a> [standalone](#input\_standalone)| Deploy ClickOps in a standalone account instead of into an entire AWS Organization. Ideal for teams who want to monitor ClickOps in only their accounts where it is not instrumented at an Organizational level. |`bool`|`false`| no |
58
60
| <aname="input_subcription_filter_distribution"></a> [subcription\_filter\_distribution](#input\_subcription\_filter\_distribution)| The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream. Valid values are "Random" and "ByLogStream". |`string`|`"Random"`| no |
59
61
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to resources in addition to the default\_tags for the provider |`map(string)`|`{}`| no |
62
+
| <aname="input_upload_deployment_to_s3"></a> [upload\_deployment\_to\_s3](#input\_upload\_deployment\_to\_s3)| If `true`, the deployment package within this module repo will be copied to S3. If `false` then the S3 object must be uploaded separately. Ignored if `s3_bucket` is null. |`bool`|`true`| no |
60
63
| <aname="input_webhook"></a> [webhook](#input\_webhook)| The webhook URL for notifications. https://api.slack.com/messaging/webhooks|`string`| n/a | yes |
0 commit comments