#[non_exhaustive]pub struct EventBridgeDataSourceConfig { /* private fields */ }Expand description
Describes an Amazon EventBridge bus data source configuration.
Implementations§
source§impl EventBridgeDataSourceConfig
impl EventBridgeDataSourceConfig
sourcepub fn event_bus_arn(&self) -> Option<&str>
pub fn event_bus_arn(&self) -> Option<&str>
The ARN of the event bus. For more information about event buses, see Amazon EventBridge event buses.
source§impl EventBridgeDataSourceConfig
impl EventBridgeDataSourceConfig
sourcepub fn builder() -> EventBridgeDataSourceConfigBuilder
pub fn builder() -> EventBridgeDataSourceConfigBuilder
Creates a new builder-style object to manufacture EventBridgeDataSourceConfig.
Trait Implementations§
source§impl Clone for EventBridgeDataSourceConfig
impl Clone for EventBridgeDataSourceConfig
source§fn clone(&self) -> EventBridgeDataSourceConfig
fn clone(&self) -> EventBridgeDataSourceConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EventBridgeDataSourceConfig
impl Debug for EventBridgeDataSourceConfig
source§impl PartialEq<EventBridgeDataSourceConfig> for EventBridgeDataSourceConfig
impl PartialEq<EventBridgeDataSourceConfig> for EventBridgeDataSourceConfig
source§fn eq(&self, other: &EventBridgeDataSourceConfig) -> bool
fn eq(&self, other: &EventBridgeDataSourceConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.