Parameter | Type | Description | Example |
---|---|---|---|
object | The configurations of the EventBridge trigger. | ||
triggerEnable | boolean | The trigger switch. The parameter is equivalent to the switches of the corresponding event rules on EventBridge. | true |
asyncInvocationType | boolean | The way that the trigger invokes the function. Synchronous invocation and asynchronous invocation are supported. | true |
eventRuleFilterPattern | string | The event pattern. Use the JSON format. For more information, see EventBridge event patterns. | '{"source":["acs.oss"],"type":["oss:BucketCreated:PutBucket"]}' |
eventSourceConfig | EventSourceConfig | The configurations of the event source. |