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: modules/project_cleanup/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ The following services must be enabled on the project housing the cleanup functi
31
31
| clean\_up\_org\_level\_cai\_feeds | Clean up organization level Cloud Asset Inventory Feeds. |`bool`|`false`| no |
32
32
| clean\_up\_org\_level\_scc\_notifications | Clean up organization level Security Command Center notifications. |`bool`|`false`| no |
33
33
| clean\_up\_org\_level\_tag\_keys | Clean up organization level Tag Keys. |`bool`|`false`| no |
34
+
| function\_docker\_registry | Docker Registry to use for storing the function's Docker images. Allowed values are CONTAINER\_REGISTRY (default) and ARTIFACT\_REGISTRY. |`string`|`null`| no |
34
35
| function\_timeout\_s | The amount of time in seconds allotted for the execution of the function. |`number`|`500`| no |
35
36
| job\_schedule | Cleaner function run frequency, in cron syntax |`string`|`"*/5 * * * *"`| no |
36
37
| list\_billing\_sinks\_page\_size | The maximum number of Billing Account Log Sinks to return in the call to `BillingAccountsSinksService.List` service. |`number`|`200`| no |
0 commit comments