Uses of Interface
software.amazon.awscdk.interfaces.events.IEventBusRef
Packages that use IEventBusRef
Package
Description
Amazon EventBridge Construct Library
AWS::EventSchemas Construct Library
AWS::Pipes Construct Library
-
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.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.protected IEventBusRefEventBusGrants.getResource()Methods in software.amazon.awscdk.services.events with parameters of type IEventBusRefModifier and TypeMethodDescriptionstatic StringCfnEventBus.arnForEventBus(IEventBusRef resource) 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() -
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()