Struct aws_sdk_pipes::model::PipeEnrichmentParameters
source · #[non_exhaustive]pub struct PipeEnrichmentParameters { /* private fields */ }
Expand description
The parameters required to set up enrichment on your pipe.
Implementations§
source§impl PipeEnrichmentParameters
impl PipeEnrichmentParameters
sourcepub fn input_template(&self) -> Option<&str>
pub fn input_template(&self) -> Option<&str>
Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
sourcepub fn http_parameters(&self) -> Option<&PipeEnrichmentHttpParameters>
pub fn http_parameters(&self) -> Option<&PipeEnrichmentHttpParameters>
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.
If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
source§impl PipeEnrichmentParameters
impl PipeEnrichmentParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipeEnrichmentParameters
.
Trait Implementations§
source§impl Clone for PipeEnrichmentParameters
impl Clone for PipeEnrichmentParameters
source§fn clone(&self) -> PipeEnrichmentParameters
fn clone(&self) -> PipeEnrichmentParameters
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PipeEnrichmentParameters
impl Debug for PipeEnrichmentParameters
source§impl PartialEq<PipeEnrichmentParameters> for PipeEnrichmentParameters
impl PartialEq<PipeEnrichmentParameters> for PipeEnrichmentParameters
source§fn eq(&self, other: &PipeEnrichmentParameters) -> bool
fn eq(&self, other: &PipeEnrichmentParameters) -> bool
self
and other
values to be equal, and is used
by ==
.