TriggerUpdate
class TriggerUpdate
A structure used to provide information used to update a trigger. This object updates the previous trigger definition by overwriting it completely.
Types
Properties
Link copied to clipboard
A description of this trigger.
Link copied to clipboard
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
Link copied to clipboard
A cron
expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *)
.