triggerRegion property

String? triggerRegion
getter/setter pair

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.

Implementation

core.String? triggerRegion;