Skip to main content

ISESV2EventBridgeDestination

Interface in AWS.SESV2

Interface for SESV2 EventBridgeDestination.

Properties

EventBusArn

property EventBusArn: TARN

The Amazon Resource Name (ARN) of the EventBridge event bus to publish email events to.

Specifies the target EventBridge event bus where Amazon SES will send email events. Currently, only the default event bus is supported for SES email events. The ARN format is: arn:aws:events:region:account-id:event-bus/default Once events are published to EventBridge, you can create EventBridge rules to route the events to various AWS services such as Lambda functions, SQS queues, SNS topics, or other targets. This enables building sophisticated event-driven architectures that respond to email sending events. EventBridge provides advanced filtering capabilities, allowing you to create rules that only trigger on specific event types, email addresses, or other event attributes, making it ideal for complex event processing workflows. The specified event bus must exist in the same AWS region as your SES configuration and your AWS account must have the necessary permissions to publish events to the bus.