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_alarm_actions"></a> [alarm\_actions](#input\_alarm\_actions)| List of ARNs (e.g., SNS topics) to notify when a CloudWatch alarm is triggered. |`list(string)`| n/a | yes |
65
66
| <aname="input_lambda_function_name"></a> [lambda\_function\_name](#input\_lambda\_function\_name)| The name of the Lambda function to monitor. |`string`| n/a | yes |
66
-
| <aname="input_lambda_name"></a> [lambda\_name](#input\_lambda\_name)| Short identifier used in CloudWatch alarm naming. |`string`| n/a | yes |
67
67
| <aname="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout)| Timeout value of the Lambda function in seconds. |`number`| n/a | yes |
68
68
| <aname="input_namespace"></a> [namespace](#input\_namespace)| CloudWatch metric namespace. Defaults to 'AWS/Lambda' if not specified. |`string`|`"AWS/Lambda"`| no |
69
69
| <aname="input_ok_actions"></a> [ok\_actions](#input\_ok\_actions)| List of ARNs to notify when a CloudWatch alarm returns to the OK state. |`list(string)`| n/a | yes |
0 commit comments