All Products
Search
Document Center

Function Compute:EventBridgeTriggerConfig

Last Updated:Feb 09, 2026

Parameter

Type

Description

Example

object

EventBridge trigger configuration

asyncInvocationType

boolean

The method used by the trigger to invoke the function. Valid values:

  • true: synchronous call.

  • false: asynchronous invocation.

Note

Default value: false

true

eventRuleFilterPattern

string

Event pattern. Use JSON format. For detailed rules, see event pattern.

{}

eventSinkConfig EventSinkConfig

Event target configuration

eventSourceConfig EventSourceConfig

Event source configuration.

runOptions RunOptions

Environment parameter configuration

triggerEnable

boolean

Whether to enable the trigger. Valid values:

  • true: enable the trigger.

  • false: disable the trigger.

Note

Default value: true

true