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: infrastructure/modules/eventpub/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
| <aname="input_control_plane_bus_arn"></a> [control\_plane\_bus\_arn](#input\_control\_plane\_bus\_arn)| Data plane event bus arn |`string`| n/a | yes |
17
17
| <aname="input_data_plane_bus_arn"></a> [data\_plane\_bus\_arn](#input\_data\_plane\_bus\_arn)| Data plane event bus arn |`string`| n/a | yes |
18
18
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| Default tag map for application to all taggable resources in the module |`map(string)`|`{}`| no |
19
-
| <aname="input_dlq_alarm_prefix"></a> [dlq\_alarm\_prefix](#input\_dlq\_alarm\_prefix)| Prefix for dlq alarm |`string`|`"RELIABILITY: "`| no |
19
+
| <aname="input_dlq_alarm_prefix"></a> [dlq\_alarm\_prefix](#input\_dlq\_alarm\_prefix)| Prefix for dlq alarm description - used in Core to trigger Teams Alarms, e.g 'RELIABILITY: ' or 'SECURITY: ' |`string`|`null`| no |
20
20
| <aname="input_enable_event_cache"></a> [enable\_event\_cache](#input\_enable\_event\_cache)| Enable caching of events to an S3 bucket |`bool`|`false`| no |
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the terraformscaffold environment the module is called for |`string`| n/a | yes |
@@ -30,7 +30,7 @@
30
30
| <aname="input_name"></a> [name](#input\_name)| A unique name to distinguish this module invocation from others within the same CSI scope |`string`| n/a | yes |
31
31
| <aname="input_project"></a> [project](#input\_project)| The name of the terraformscaffold project calling the module |`string`| n/a | yes |
32
32
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
33
-
| <aname="input_sns_delivery_alarm_prefix"></a> [sns\_delivery\_alarm\_prefix](#input\_sns\_delivery\_alarm\_prefix)| Prefix for SNS Delivery alarm |`string`|`"RELIABILITY: "`| no |
33
+
| <aname="input_sns_delivery_alarm_prefix"></a> [sns\_delivery\_alarm\_prefix](#input\_sns\_delivery\_alarm\_prefix)| Prefix for SNS Delivery alarm description - used in Core to trigger Teams Alarms, e.g 'RELIABILITY: ' or 'SECURITY: ' |`string`|`null`| no |
0 commit comments