EventEndpointEventBus constructor

const EventEndpointEventBus({
  1. required Input<String> eventBusArn,
})

Creates a new EventEndpointEventBus. eventBusArn The ARN of the event bus the endpoint is associated with.

Implementation

const EventEndpointEventBus({
  required this.eventBusArn,
});