Struct aws_sdk_eventbridge::types::EventBus
source · #[non_exhaustive]pub struct EventBus { /* private fields */ }
Expand description
An event bus receives events from a source, uses rules to evaluate them, applies any configured input transformation, and routes them to the appropriate target(s). Your account's default event bus receives events from Amazon Web Services services. A custom event bus can receive events from your custom applications and services. A partner event bus receives events from an event source created by an SaaS partner. These events come from the partners services or applications.
Implementations§
Trait Implementations§
source§impl PartialEq<EventBus> for EventBus
impl PartialEq<EventBus> for EventBus
impl StructuralPartialEq for EventBus
Auto Trait Implementations§
impl RefUnwindSafe for EventBus
impl Send for EventBus
impl Sync for EventBus
impl Unpin for EventBus
impl UnwindSafe for EventBus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more