eventBusName property

String? eventBusName
final

The name or ARN of the event bus to receive the event. Only the rules that are associated with this event bus are used to match the event. If you omit this, the default event bus is used.

Implementation

final String? eventBusName;