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_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
13
-
| <aname="input_log_destination_arn"></a> [cloudwatch\_log\_destination\_arn](#input\_cloudwatch\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`| n/a | yes |
16
15
| <aname="input_csi"></a> [csi](#input\_csi)| CSI from the parent component |`string`| n/a | yes |
@@ -22,6 +21,7 @@ No requirements.
22
21
| <aname="input_group"></a> [group](#input\_group)| The group variables are being inherited from (often synonmous with account short-name) |`string`| n/a | yes |
| <aname="input_letter_suppliers"></a> [letter\_suppliers](#input\_letter\_suppliers)| Letter suppliers enabled in the environment | <pre>map(object({<br/> enable_polling = bool<br/> default_supplier = optional(bool)<br/> }))</pre> | n/a | yes |
24
+
| <aname="input_log_destination_arn"></a> [log\_destination\_arn](#input\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
25
25
| <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 to be retained, default of 0 is indefinite |`number`|`0`| no |
26
26
| <aname="input_log_subscription_role_arn"></a> [log\_subscription\_role\_arn](#input\_log\_subscription\_role\_arn)| The ARN of the IAM role to use for the log subscription filter |`string`|`""`| no |
27
27
| <aname="input_module"></a> [module](#input\_module)| The variable encapsulating the name of this module |`string`|`"api"`| no |
| <aname="input_log_destination_arn"></a> [cloudwatch\_log\_destination\_arn](#input\_cloudwatch\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
13
12
| <aname="input_dead_letter_target_arn"></a> [dead\_letter\_target\_arn](#input\_dead\_letter\_target\_arn)| The ARN of an SNS topic or SQS queue to notify when an async invocation fails. |`string`|`null`| no |
14
13
| <aname="input_description"></a> [description](#input\_description)| Description of what your Lambda Function does |`string`| n/a | yes |
15
14
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| Lambda environment variables |`map(string)`|`{}`| no |
@@ -19,6 +18,7 @@ No requirements.
19
18
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Unique name of the Lambda function |`string`| n/a | yes |
20
19
| <aname="input_handler"></a> [handler](#input\_handler)| Function entrypoint in your code |`string`| n/a | yes |
21
20
| <aname="input_layer_arns"></a> [layer\_arns](#input\_layer\_arns)| List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. |`list(string)`|`null`| no |
21
+
| <aname="input_log_destination_arn"></a> [log\_destination\_arn](#input\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
22
22
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| Specifies the number of days you want to retain log events in the log group for this Lambda |`number`|`0`| no |
23
23
| <aname="input_log_subscription_role_arn"></a> [log\_subscription\_role\_arn](#input\_log\_subscription\_role\_arn)| The ARN of the IAM role to use for the log subscription filter |`string`|`""`| no |
24
24
| <aname="input_memory_size"></a> [memory\_size](#input\_memory\_size)| Lambda memory size |`number`|`128`| no |
0 commit comments