All Products
Search
Document Center

Function Compute:EventBridgeTriggerConfig

Last Updated:Sep 24, 2024
ParameterTypeDescriptionExample
object

The configurations of the EventBridge-based trigger.

asyncInvocationTypeboolean

Specifies whether to invoke the function in asynchronous mode. Valid values:

  • true
  • false
Note The default value is false.
true
eventRuleFilterPatternstring

The event pattern. The JSON format. For more information, see Event patterns.

{}
eventSinkConfigEventSinkConfig

The event destination configurations.

eventSourceConfigEventSourceConfig

The event source configurations.

runOptionsRunOptions

The runtime configurations.

triggerEnableboolean

Specifies whether to enable the trigger. Valid values:

  • true
  • false
Note The default value is true.
true