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_additional_email_footer_text"></a> [additional\_email\_footer\_text](#input\_additional\_email\_footer\_text)| Additional text to append at the end of email message |`string`|`""`| no |
201
+
| <aname="input_additional_email_header_text"></a> [additional\_email\_header\_text](#input\_additional\_email\_header\_text)| Additional text to prepend at the start of email message |`string`|`""`| no |
202
+
| <aname="input_email"></a> [email](#input\_email)| Email Address for Subscriber to Security Hub summary. Only used if SNS arn is not specified |`string`|`null`| no |
203
+
| <aname="input_insights"></a> [insights](#input\_insights)| list of insights and in what order to include in the summary. |`list(any)`|`[]`| no |
204
+
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| KMS Key ID to use for encrypting the topic |`string`|`"alias/aws/sns"`| no |
205
+
| <aname="input_name"></a> [name](#input\_name)| ID element |`string`|`"sechub-summariser"`| no |
206
+
| <aname="input_schedule"></a> [schedule](#input\_schedule)| Expression for scheduling the Security Hub summary email. Default: Every Monday 8:00 AM UTC. Example: Every Friday 9:00 AM UTC: cron(0 9 ? * 6 *) |`string`|`"cron(0 8 ? * 2 *)"`| no |
207
+
| <aname="input_sns_topic_arn"></a> [sns\_topic\_arn](#input\_sns\_topic\_arn)| ARN of the SNS Topic to send summaries to. If empty, a topic is created for you. |`string`|`null`| no |
208
+
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags |`map(string)`|`{}`| no |
209
+
210
+
## Outputs
211
+
212
+
| Name | Description |
213
+
|------|-------------|
214
+
| <aname="output_sns_topic_arn"></a> [sns\_topic\_arn](#output\_sns\_topic\_arn)| The SNS topic that was created |
0 commit comments