GCP Cloud Function Pub/Sub
Google Cloud Function that attaches to a PubSub topic.
Made by
Massdriver
Official
Yes
Clouds
Tags
This bundle does not have an operator guide. Add one here.
| Variable | Type | Description |
|---|---|---|
| cloud_function_configuration.entrypoint | string | Name of the function that will be executed when the Google Cloud Function is triggered. |
| cloud_function_configuration.maximum_instances | integer | The maximum number of Cloud Function instances to be running at one time. |
| cloud_function_configuration.memory_mb | integer | The total available memory given to the Cloud Function. |
| cloud_function_configuration.minimum_instances | integer | The minimum number of Cloud Function instances to be running at one time. |
| cloud_function_configuration.runtime | string | The language runtime to use in this Cloud Function |

