#[non_exhaustive]pub struct PipeTargetEventBridgeEventBusParameters { /* private fields */ }
Expand description
The parameters for using an EventBridge event bus as a target.
Implementations§
source§impl PipeTargetEventBridgeEventBusParameters
impl PipeTargetEventBridgeEventBusParameters
sourcepub fn endpoint_id(&self) -> Option<&str>
pub fn endpoint_id(&self) -> Option<&str>
The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo
.
When using Java, you must include auth-crt
on the class path.
sourcepub fn detail_type(&self) -> Option<&str>
pub fn detail_type(&self) -> Option<&str>
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
source§impl PipeTargetEventBridgeEventBusParameters
impl PipeTargetEventBridgeEventBusParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipeTargetEventBridgeEventBusParameters
.
Trait Implementations§
source§impl Clone for PipeTargetEventBridgeEventBusParameters
impl Clone for PipeTargetEventBridgeEventBusParameters
source§fn clone(&self) -> PipeTargetEventBridgeEventBusParameters
fn clone(&self) -> PipeTargetEventBridgeEventBusParameters
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 PartialEq<PipeTargetEventBridgeEventBusParameters> for PipeTargetEventBridgeEventBusParameters
impl PartialEq<PipeTargetEventBridgeEventBusParameters> for PipeTargetEventBridgeEventBusParameters
source§fn eq(&self, other: &PipeTargetEventBridgeEventBusParameters) -> bool
fn eq(&self, other: &PipeTargetEventBridgeEventBusParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.