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
| <aname="input_application_log_level"></a> [application\_log\_level](#input\_application\_log\_level)| The detail level of the logs the application sends to CloudWatch |`string`|`"INFO"`| no |
15
15
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
16
-
| <aname="input_cloudwatch_log_destination_arn"></a> [cloudwatch\_log\_destination\_arn](#input\_cloudwatch\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
17
16
| <aname="input_component"></a> [component](#input\_component)| The name of the tfscaffold component |`string`| n/a | yes |
18
17
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to apply to all taggable resources within the component |`map(string)`|`{}`| no |
19
18
| <aname="input_description"></a> [description](#input\_description)| Description of the Lambda |`string`| n/a | yes |
@@ -36,6 +35,7 @@
36
35
| <aname="input_lambda_dlq_message_retention_seconds"></a> [lambda\_dlq\_message\_retention\_seconds](#input\_lambda\_dlq\_message\_retention\_seconds)| KMS Key ARN to be used for SNS Topic for on-failure Lambda invocation records |`number`|`86400`| no |
37
36
| <aname="input_lambda_env_vars"></a> [lambda\_env\_vars](#input\_lambda\_env\_vars)| Lambda environment parameters map |`map(string)`|`{}`| no |
38
37
| <aname="input_layers"></a> [layers](#input\_layers)| Lambda layer arns to include |`list(any)`|`[]`| no |
38
+
| <aname="input_log_destination_arn"></a> [log\_destination\_arn](#input\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
39
39
| <aname="input_log_level"></a> [log\_level](#input\_log\_level)| The log level to be used in lambda functions within the component. Any log with a lower severity than the configured value will not be logged: https://docs.python.org/3/library/logging.html#levels|`string`|`"INFO"`| no |
40
40
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| The retention period in days for the Cloudwatch Logs events generated by the lambda function |`number`| n/a | yes |
41
41
| <aname="input_log_subscription_lambda_create_permission"></a> [log\_subscription\_lambda\_create\_permission](#input\_log\_subscription\_lambda\_create\_permission)| Whether to create a permission for the log forwarder. Set to false if using a generic one. |`bool`|`true`| no |
0 commit comments