#[non_exhaustive]pub struct DestinationConnectorProperties { /* private fields */ }
Expand description
This stores the information that is required to query a particular connector.
Implementations§
source§impl DestinationConnectorProperties
impl DestinationConnectorProperties
sourcepub fn redshift(&self) -> Option<&RedshiftDestinationProperties>
pub fn redshift(&self) -> Option<&RedshiftDestinationProperties>
The properties required to query Amazon Redshift.
sourcepub fn s3(&self) -> Option<&S3DestinationProperties>
pub fn s3(&self) -> Option<&S3DestinationProperties>
The properties required to query Amazon S3.
sourcepub fn salesforce(&self) -> Option<&SalesforceDestinationProperties>
pub fn salesforce(&self) -> Option<&SalesforceDestinationProperties>
The properties required to query Salesforce.
sourcepub fn snowflake(&self) -> Option<&SnowflakeDestinationProperties>
pub fn snowflake(&self) -> Option<&SnowflakeDestinationProperties>
The properties required to query Snowflake.
sourcepub fn event_bridge(&self) -> Option<&EventBridgeDestinationProperties>
pub fn event_bridge(&self) -> Option<&EventBridgeDestinationProperties>
The properties required to query Amazon EventBridge.
sourcepub fn lookout_metrics(&self) -> Option<&LookoutMetricsDestinationProperties>
pub fn lookout_metrics(&self) -> Option<&LookoutMetricsDestinationProperties>
The properties required to query Amazon Lookout for Metrics.
sourcepub fn upsolver(&self) -> Option<&UpsolverDestinationProperties>
pub fn upsolver(&self) -> Option<&UpsolverDestinationProperties>
The properties required to query Upsolver.
sourcepub fn honeycode(&self) -> Option<&HoneycodeDestinationProperties>
pub fn honeycode(&self) -> Option<&HoneycodeDestinationProperties>
The properties required to query Amazon Honeycode.
sourcepub fn customer_profiles(
&self
) -> Option<&CustomerProfilesDestinationProperties>
pub fn customer_profiles( &self ) -> Option<&CustomerProfilesDestinationProperties>
The properties required to query Amazon Connect Customer Profiles.
sourcepub fn zendesk(&self) -> Option<&ZendeskDestinationProperties>
pub fn zendesk(&self) -> Option<&ZendeskDestinationProperties>
The properties required to query Zendesk.
sourcepub fn marketo(&self) -> Option<&MarketoDestinationProperties>
pub fn marketo(&self) -> Option<&MarketoDestinationProperties>
The properties required to query Marketo.
sourcepub fn custom_connector(&self) -> Option<&CustomConnectorDestinationProperties>
pub fn custom_connector(&self) -> Option<&CustomConnectorDestinationProperties>
The properties that are required to query the custom Connector.
sourcepub fn sapo_data(&self) -> Option<&SapoDataDestinationProperties>
pub fn sapo_data(&self) -> Option<&SapoDataDestinationProperties>
The properties required to query SAPOData.
source§impl DestinationConnectorProperties
impl DestinationConnectorProperties
sourcepub fn builder() -> DestinationConnectorPropertiesBuilder
pub fn builder() -> DestinationConnectorPropertiesBuilder
Creates a new builder-style object to manufacture DestinationConnectorProperties
.
Trait Implementations§
source§impl Clone for DestinationConnectorProperties
impl Clone for DestinationConnectorProperties
source§fn clone(&self) -> DestinationConnectorProperties
fn clone(&self) -> DestinationConnectorProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DestinationConnectorProperties> for DestinationConnectorProperties
impl PartialEq<DestinationConnectorProperties> for DestinationConnectorProperties
source§fn eq(&self, other: &DestinationConnectorProperties) -> bool
fn eq(&self, other: &DestinationConnectorProperties) -> bool
self
and other
values to be equal, and is used
by ==
.