View a markdown version of this page

Targets for a Custom Event Bus subscriber - Amazon EventBridge
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Targets for a Custom Event Bus subscriber

A subscriber delivers to one target. Set InvokeConfiguration.TargetArn to the target's ARN, add the parameter block for that target type, for example SqsParameters for a queue, and give the delivery role the action the target needs, for example sqs:SendMessage. Every parameter value can be a fixed string or a JSONata expression in {% %} that reads the event, so a queue's MessageGroupId can be {% $events.SystemMetadata.EventGroupId %}.

The following pages describe each target type. For an Amazon API action that has no bespoke target, use a universal target.