Uses of Interface
software.amazon.awscdk.services.events.IEventBus
Packages that use IEventBus
Package
Description
Amazon EventBridge Construct Library
Event Targets for Amazon EventBridge
Amazon Lambda Destinations Library
Tasks for AWS Step Functions
-
Uses of IEventBus in software.amazon.awscdk.services.events
Subinterfaces of IEventBus in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEventBus
.Classes in software.amazon.awscdk.services.events that implement IEventBusModifier and TypeClassDescriptionclass
Define an EventBridge EventBus.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.events that return IEventBusModifier and TypeMethodDescriptionstatic IEventBus
EventBus.fromEventBusArn
(software.constructs.Construct scope, String id, String eventBusArn) Import an existing event bus resource.static IEventBus
EventBus.fromEventBusAttributes
(software.constructs.Construct scope, String id, EventBusAttributes attrs) Import an existing event bus resource.static IEventBus
EventBus.fromEventBusName
(software.constructs.Construct scope, String id, String eventBusName) Import an existing event bus resource.default IEventBus
RuleProps.getEventBus()
The event bus to associate with this rule.final IEventBus
RuleProps.Jsii$Proxy.getEventBus()
ArchiveProps.getSourceEventBus()
The event source associated with the archive.final IEventBus
ArchiveProps.Jsii$Proxy.getSourceEventBus()
Methods in software.amazon.awscdk.services.events with parameters of type IEventBusModifier and TypeMethodDescriptionThe event bus to associate with this rule.Sets the value ofRuleProps.getEventBus()
Archive.Builder.sourceEventBus
(IEventBus sourceEventBus) The event source associated with the archive.ArchiveProps.Builder.sourceEventBus
(IEventBus sourceEventBus) Sets the value ofArchiveProps.getSourceEventBus()
-
Uses of IEventBus in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets with parameters of type IEventBusConstructors in software.amazon.awscdk.services.events.targets with parameters of type IEventBus -
Uses of IEventBus in software.amazon.awscdk.services.lambda.destinations
Constructors in software.amazon.awscdk.services.lambda.destinations with parameters of type IEventBusModifierConstructorDescriptionEventBridgeDestination
(IEventBus eventBus) Default: - use the default event bus -
Uses of IEventBus in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IEventBusModifier and TypeMethodDescriptiondefault IEventBus
EventBridgePutEventsEntry.getEventBus()
The event bus the entry will be sent to.final IEventBus
EventBridgePutEventsEntry.Jsii$Proxy.getEventBus()
Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IEventBus