|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
EventBridge trigger configuration |
||
| asyncInvocationType |
boolean |
The method used by the trigger to invoke the function. Valid values:
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:
Note
Default value: true |
true |