EventEndpointEventBus constructor
const
EventEndpointEventBus({
- 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,
});