Uses of Class
software.amazon.awscdk.services.events.CfnEventBus.Builder
Packages that use CfnEventBus.Builder
-
Uses of CfnEventBus.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return CfnEventBus.BuilderModifier and TypeMethodDescriptionstatic CfnEventBus.BuilderCfnEventBus.Builder.eventSourceName(String eventSourceName) If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.The name of the new event bus.The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.CfnEventBus.Builder.tags(List<? extends CfnEventBus.TagEntryProperty> tags) Tags to associate with the event bus.