Uses of Interface
software.amazon.awscdk.interfaces.events.IEventBusRef
Packages that use IEventBusRef
Package
Description
Amazon EventBridge 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
Classes in software.amazon.awscdk.services.events that implement IEventBusRefMethods 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.