Uses of Interface
software.amazon.awscdk.interfaces.events.IEventBusRef
Packages that use IEventBusRef
Package
Description
AWS AppConfig Construct Library
Amazon EventBridge Construct Library
AWS::EventSchemas Construct Library
AWS::Pipes Construct Library
Amazon Simple Email Service Construct Library
Tasks for AWS Step Functions
-
Uses of IEventBusRef in software.amazon.awscdk.interfaces.events
Subinterfaces of IEventBusRef in software.amazon.awscdk.interfaces.eventsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventBusRef.Classes in software.amazon.awscdk.interfaces.events that implement IEventBusRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IEventBusRef in software.amazon.awscdk.services.appconfig
Constructors in software.amazon.awscdk.services.appconfig with parameters of type IEventBusRef -
Uses of IEventBusRef in software.amazon.awscdk.services.events
Subinterfaces of IEventBusRef in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptioninterfaceInterface which all EventBus based classes MUST implement.static interfaceInternal default implementation forIEventBus.Classes in software.amazon.awscdk.services.events that implement IEventBusRefModifier and TypeClassDescriptionclassSpecifies an event bus within your account.classDefine 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 IEventBusRefModifier and TypeMethodDescriptionstatic IEventBusRefCfnEventBus.fromEventBusArn(software.constructs.Construct scope, String id, String arn) Creates a new IEventBusRef from an ARN.static IEventBusRefCfnEventBus.fromEventBusName(software.constructs.Construct scope, String id, String eventBusName) Creates a new IEventBusRef from a eventBusName.default IEventBusRefRuleProps.getEventBus()The event bus to associate with this rule.final IEventBusRefRuleProps.Jsii$Proxy.getEventBus()protected IEventBusRefEventBusGrants.getResource()ArchiveProps.getSourceEventBus()The event source associated with the archive.final IEventBusRefArchiveProps.Jsii$Proxy.getSourceEventBus()Methods in software.amazon.awscdk.services.events with parameters of type IEventBusRefModifier and TypeMethodDescriptionstatic StringCfnEventBus.arnForEventBus(IEventBusRef resource) Rule.Builder.eventBus(IEventBusRef eventBus) The event bus to associate with this rule.RuleProps.Builder.eventBus(IEventBusRef eventBus) Sets the value ofRuleProps.getEventBus()CfnRule.Builder.eventBusName(IEventBusRef eventBusName) The name or ARN of the event bus associated with the rule.CfnRuleProps.Builder.eventBusName(IEventBusRef eventBusName) Sets the value ofCfnRuleProps.getEventBusName()static EventBusGrantsEventBusGrants.fromEventBus(IEventBusRef resource) Creates grants for EventBusGrants.CfnArchive.Builder.sourceArn(IEventBusRef sourceArn) The ARN of the event bus that sends events to the archive.CfnArchiveProps.Builder.sourceArn(IEventBusRef sourceArn) Sets the value ofCfnArchiveProps.getSourceArn()Archive.Builder.sourceEventBus(IEventBusRef sourceEventBus) The event source associated with the archive.ArchiveProps.Builder.sourceEventBus(IEventBusRef sourceEventBus) Sets the value ofArchiveProps.getSourceEventBus() -
Uses of IEventBusRef in software.amazon.awscdk.services.eventschemas
Methods in software.amazon.awscdk.services.eventschemas with parameters of type IEventBusRefModifier and TypeMethodDescriptionCfnDiscoverer.Builder.sourceArn(IEventBusRef sourceArn) The ARN of the event bus.CfnDiscovererProps.Builder.sourceArn(IEventBusRef sourceArn) Sets the value ofCfnDiscovererProps.getSourceArn() -
Uses of IEventBusRef in software.amazon.awscdk.services.pipes
Methods in software.amazon.awscdk.services.pipes with parameters of type IEventBusRefModifier and TypeMethodDescriptionCfnPipe.Builder.target(IEventBusRef target) The ARN of the target resource.CfnPipeProps.Builder.target(IEventBusRef target) Sets the value ofCfnPipeProps.getTarget() -
Uses of IEventBusRef in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return IEventBusRefModifier and TypeMethodDescriptionabstract IEventBusRefEventDestination.getBus()Use Event Bus as event destination.Methods in software.amazon.awscdk.services.ses with parameters of type IEventBusRefModifier and TypeMethodDescriptionstatic EventDestinationEventDestination.eventBus(IEventBusRef eventBus) Use Event Bus as event destination. -
Uses of IEventBusRef in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IEventBusRefModifier and TypeMethodDescriptiondefault IEventBusRefEventBridgePutEventsEntry.getEventBus()The event bus the entry will be sent to.final IEventBusRefEventBridgePutEventsEntry.Jsii$Proxy.getEventBus()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IEventBusRefModifier and TypeMethodDescriptionEventBridgePutEventsEntry.Builder.eventBus(IEventBusRef eventBus) Sets the value ofEventBridgePutEventsEntry.getEventBus()