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
| backup\_schedule | The cron schedule to execute the internal backup |`string`|`"45 2 * * *"`| no |
60
60
| compress\_export | Whether or not to compress the export when storing in the bucket; Only valid for MySQL and PostgreSQL |`bool`|`true`| no |
61
61
| connector\_params\_timeout | The end-to-end duration the connector call is allowed to run for before throwing a timeout exception. The default value is 1800 and this should be the maximum for connector methods that are not long-running operations. Otherwise, for long-running operations, the maximum timeout for a connector call is 31536000 seconds (one year). |`number`|`1800`| no |
62
-
| create\_email\_notification\_channel | Create email notification channel to send alerts |`bool`|`false`| no |
63
-
| email\_notification\_channel\_name | Name of email notification channel |`string`|`"Email Notification"`| no |
62
+
| create\_notification\_channel | If set to true it will create email notification channel |`bool`|`false`| no |
64
63
| enable\_backup\_monitoring | Whether to monitor backup workflows or not |`bool`|`false`| no |
65
64
| enable\_connector\_params | Whether to enable connector-specific parameters for Google Workflow SQL Export. |`bool`|`false`| no |
66
65
| enable\_export\_backup | Weather to create exports to GCS Buckets with this module |`bool`|`true`| no |
| export\_uri | The bucket and path uri for exporting to GCS |`string`| n/a | yes |
73
72
| log\_db\_name\_to\_export | Whether or not to log database name in the export workflow |`bool`|`false`| no |
74
73
| monitoring\_email | Email address to send alerts |`string`|`null`| no |
74
+
| notification\_channel\_name | Name of the email notification channel to be created. Only needed when create\_notification\_channel is set to true. |`string`|`"Email Notification"`| no |
75
+
| notification\_channels | List of existing notification channels to send alerts to |`list(string)`|`[]`| no |
75
76
| project\_id | The project ID |`string`| n/a | yes |
76
77
| region | The region where to run the workflow |`string`|`"us-central1"`| no |
77
78
| scheduler\_timezone | The Timezone in which the Scheduler Jobs are triggered |`string`|`"Etc/GMT"`| no |
0 commit comments