Amazon EventBridge · Arazzo Workflow
Amazon EventBridge Create Rule with Targets
Version 1.0.0
Create a rule on an existing event bus, attach targets, and verify them.
View Spec
View on GitHub
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerlessArazzoWorkflows
Provider
Workflows
create-rule-with-targets
Add a rule and its targets to an existing event bus and verify them.
Creates a rule on the named event bus, attaches the supplied targets, and lists the targets back to confirm the routing is in place.
1
putRule
PutRule
Create the pattern-matching rule on the event bus, enabled immediately.
2
putTargets
PutTargets
Attach the supplied targets to the newly created rule.
3
listTargets
ListTargetsByRule
Read the targets back from the rule to confirm they registered.