Uses of Interface
software.amazon.awscdk.services.events.IEventBus
Packages that use IEventBus
Package
Description
AWS AppConfig Construct Library
AWS AppSync Construct Library
Amazon EventBridge Construct Library
Event Targets for Amazon EventBridge
Amazon Lambda Destinations Library
Amazon EventBridge Pipes Targets Construct Library
Amazon EventBridge Scheduler Targets Construct Library
Amazon Simple Email Service Construct Library
Tasks for AWS Step Functions
-
Uses of IEventBus in software.amazon.awscdk.services.appconfig
Constructors in software.amazon.awscdk.services.appconfig with parameters of type IEventBus -
Uses of IEventBus in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return IEventBusModifier and TypeMethodDescriptionAppSyncEventBridgeDataSourceProps.getEventBus()The EventBridge EventBus.final IEventBusAppSyncEventBridgeDataSourceProps.Jsii$Proxy.getEventBus()EventBridgeDataSourceProps.getEventBus()The EventBridge EventBus.final IEventBusEventBridgeDataSourceProps.Jsii$Proxy.getEventBus()Methods in software.amazon.awscdk.services.appsync with parameters of type IEventBusModifier and TypeMethodDescriptionEventApiBase.addEventBridgeDataSource(String id, IEventBus eventBus) Add an EventBridge data source to this api.EventApiBase.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.GraphqlApiBase.addEventBridgeDataSource(String id, IEventBus eventBus) Add an EventBridge data source to this api.GraphqlApiBase.addEventBridgeDataSource(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.IEventApi.addEventBridgeDataSource(String id, IEventBus eventBus) Add an EventBridge data source to this api.IEventApi.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.default AppSyncEventBridgeDataSourceIEventApi.Jsii$Default.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.IEventApi.Jsii$Proxy.addEventBridgeDataSource(String id, IEventBus eventBus) Add an EventBridge data source to this api.IEventApi.Jsii$Proxy.addEventBridgeDataSource(String id, IEventBus eventBus, AppSyncDataSourceOptions options) Add an EventBridge data source to this api.IGraphqlApi.addEventBridgeDataSource(String id, IEventBus eventBus) Add an EventBridge data source to this api.IGraphqlApi.addEventBridgeDataSource(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.default EventBridgeDataSourceIGraphqlApi.Jsii$Default.addEventBridgeDataSource(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.final EventBridgeDataSourceIGraphqlApi.Jsii$Proxy.addEventBridgeDataSource(String id, IEventBus eventBus) Add an EventBridge data source to this api.final EventBridgeDataSourceIGraphqlApi.Jsii$Proxy.addEventBridgeDataSource(String id, IEventBus eventBus, DataSourceOptions options) Add an EventBridge data source to this api.The EventBridge EventBus.Sets the value ofAppSyncEventBridgeDataSourceProps.getEventBus()The EventBridge EventBus.Sets the value ofEventBridgeDataSourceProps.getEventBus() -
Uses of IEventBus in software.amazon.awscdk.services.events
Subinterfaces of IEventBus in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventBus.Classes in software.amazon.awscdk.services.events that implement IEventBusModifier and TypeClassDescriptionclassDefine an EventBridge EventBus.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.events that return IEventBusModifier and TypeMethodDescriptionstatic IEventBusEventBus.fromEventBusArn(software.constructs.Construct scope, String id, String eventBusArn) Import an existing event bus resource.static IEventBusEventBus.fromEventBusAttributes(software.constructs.Construct scope, String id, EventBusAttributes attrs) Import an existing event bus resource.static IEventBusEventBus.fromEventBusName(software.constructs.Construct scope, String id, String eventBusName) Import an existing event bus resource.EventBusPolicyProps.getEventBus()The event bus to which the policy applies.final IEventBusEventBusPolicyProps.Jsii$Proxy.getEventBus()default IEventBusRuleProps.getEventBus()The event bus to associate with this rule.final IEventBusRuleProps.Jsii$Proxy.getEventBus()ArchiveProps.getSourceEventBus()The event source associated with the archive.final IEventBusArchiveProps.Jsii$Proxy.getSourceEventBus()Methods in software.amazon.awscdk.services.events with parameters of type IEventBusModifier and TypeMethodDescriptionThe event bus to which the policy applies.Sets the value ofEventBusPolicyProps.getEventBus()The 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.pipes.targets.alpha
Methods in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IEventBusConstructors in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IEventBusModifierConstructorDescriptionEventBridgeTarget(IEventBus eventBus) EventBridgeTarget(IEventBus eventBus, EventBridgeTargetParameters parameters) -
Uses of IEventBus in software.amazon.awscdk.services.scheduler.targets
Methods in software.amazon.awscdk.services.scheduler.targets that return IEventBusModifier and TypeMethodDescriptionEventBridgePutEventsEntry.getEventBus()The event bus the entry will be sent to.final IEventBusEventBridgePutEventsEntry.Jsii$Proxy.getEventBus()Methods in software.amazon.awscdk.services.scheduler.targets with parameters of type IEventBusModifier and TypeMethodDescriptionThe event bus the entry will be sent to.Sets the value ofEventBridgePutEventsEntry.getEventBus() -
Uses of IEventBus in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return IEventBusModifier and TypeMethodDescriptionabstract IEventBusEventDestination.getBus()Use Event Bus as event destination.Methods in software.amazon.awscdk.services.ses with parameters of type IEventBus -
Uses of IEventBus in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IEventBusModifier and TypeMethodDescriptiondefault IEventBusEventBridgePutEventsEntry.getEventBus()The event bus the entry will be sent to.final IEventBusEventBridgePutEventsEntry.Jsii$Proxy.getEventBus()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IEventBus