Event Trigger Response
Describes EventTrigger, used to request events to be sent from another service.
Properties
Criteria used to filter events.
Optional. The name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery. Format: projects/{project}/topics/{topic}
. This is only valid for events of type google.cloud.pubsub.topic.v1.messagePublished
. The topic provided here will not be deleted at function deletion.
Optional. If unset, then defaults to ignoring failures (i.e. not retrying them).
Optional. The email of the trigger's service account. The service account must have permission to invoke Cloud Run services, the permission is run.routes.invoke
. 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.