Struct aws_sdk_eventbridge::types::ReplicationConfig
source · #[non_exhaustive]pub struct ReplicationConfig { /* private fields */ }Expand description
Endpoints can replicate all events to the secondary Region.
Implementations§
source§impl ReplicationConfig
impl ReplicationConfig
sourcepub fn state(&self) -> Option<&ReplicationState>
pub fn state(&self) -> Option<&ReplicationState>
The state of event replication.
source§impl ReplicationConfig
impl ReplicationConfig
sourcepub fn builder() -> ReplicationConfigBuilder
pub fn builder() -> ReplicationConfigBuilder
Creates a new builder-style object to manufacture ReplicationConfig.
Trait Implementations§
source§impl Clone for ReplicationConfig
impl Clone for ReplicationConfig
source§fn clone(&self) -> ReplicationConfig
fn clone(&self) -> ReplicationConfig
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 ReplicationConfig
impl Debug for ReplicationConfig
source§impl PartialEq<ReplicationConfig> for ReplicationConfig
impl PartialEq<ReplicationConfig> for ReplicationConfig
source§fn eq(&self, other: &ReplicationConfig) -> bool
fn eq(&self, other: &ReplicationConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.