Parameter | Type | Description | Example |
---|---|---|---|
object | The configurations of the EventBridge-based trigger. | ||
asyncInvocationType | boolean | Whether to invoke the function in asynchronous mode. Valid values:
Note
The default value is false.
| true |
eventRuleFilterPattern | string | The event pattern. The value is in the JSON format. For more information, see Event patterns. | {} |
eventSinkConfig | EventSinkConfig | The event destination configurations. | |
eventSourceConfig | EventSourceConfig | The event source configurations. | |
runOptions | RunOptions | The runtime configurations. | |
triggerEnable | boolean | Whether to enable the trigger. Valid values:
Note
The default value is true.
| true |