Function Event Trigger
Properties
Criteria used to filter events. Structure is documented below.
The name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery.
Describes the retry policy in case of function's execution failure. Retried execution is charged as any other execution. Possible values are: RETRY_POLICY_UNSPECIFIED
, RETRY_POLICY_DO_NOT_RETRY
, RETRY_POLICY_RETRY
.
Optional. The email of the trigger's service account. The service account must have permission to invoke Cloud Run services. If empty, defaults to the Compute Engine default service account: {project_number}-compute@developer.gserviceaccount.com.
The region that the trigger will be in. The trigger will only receive events originating in this region. It can be the same region as the function, a different region or multi-region, or the global region. If not provided, defaults to the same region as the function.