The Rule entity schema contains the information necessary to associates one trigger with one action, with every firing of the trigger causing the corresponding action to be invoked with the trigger event as input. For more information, see the document “Creating Triggers and Rules”.
true
’ for the ‘rule
’ key's value at this time.<ruleName>: description: <string> trigger: <string> action: <string> rule: <regex>
my_rule: description: Enable events for my Action trigger: my_trigger action: my_action