Struct aws_sdk_appflow::types::ConnectorProfileProperties
source · #[non_exhaustive]pub struct ConnectorProfileProperties {Show 19 fields
pub amplitude: Option<AmplitudeConnectorProfileProperties>,
pub datadog: Option<DatadogConnectorProfileProperties>,
pub dynatrace: Option<DynatraceConnectorProfileProperties>,
pub google_analytics: Option<GoogleAnalyticsConnectorProfileProperties>,
pub honeycode: Option<HoneycodeConnectorProfileProperties>,
pub infor_nexus: Option<InforNexusConnectorProfileProperties>,
pub marketo: Option<MarketoConnectorProfileProperties>,
pub redshift: Option<RedshiftConnectorProfileProperties>,
pub salesforce: Option<SalesforceConnectorProfileProperties>,
pub service_now: Option<ServiceNowConnectorProfileProperties>,
pub singular: Option<SingularConnectorProfileProperties>,
pub slack: Option<SlackConnectorProfileProperties>,
pub snowflake: Option<SnowflakeConnectorProfileProperties>,
pub trendmicro: Option<TrendmicroConnectorProfileProperties>,
pub veeva: Option<VeevaConnectorProfileProperties>,
pub zendesk: Option<ZendeskConnectorProfileProperties>,
pub sapo_data: Option<SapoDataConnectorProfileProperties>,
pub custom_connector: Option<CustomConnectorProfileProperties>,
pub pardot: Option<PardotConnectorProfileProperties>,
}Expand description
The connector-specific profile properties required by each connector.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.amplitude: Option<AmplitudeConnectorProfileProperties>The connector-specific properties required by Amplitude.
datadog: Option<DatadogConnectorProfileProperties>The connector-specific properties required by Datadog.
dynatrace: Option<DynatraceConnectorProfileProperties>The connector-specific properties required by Dynatrace.
google_analytics: Option<GoogleAnalyticsConnectorProfileProperties>The connector-specific properties required Google Analytics.
honeycode: Option<HoneycodeConnectorProfileProperties>The connector-specific properties required by Amazon Honeycode.
infor_nexus: Option<InforNexusConnectorProfileProperties>The connector-specific properties required by Infor Nexus.
marketo: Option<MarketoConnectorProfileProperties>The connector-specific properties required by Marketo.
redshift: Option<RedshiftConnectorProfileProperties>The connector-specific properties required by Amazon Redshift.
salesforce: Option<SalesforceConnectorProfileProperties>The connector-specific properties required by Salesforce.
service_now: Option<ServiceNowConnectorProfileProperties>The connector-specific properties required by serviceNow.
singular: Option<SingularConnectorProfileProperties>The connector-specific properties required by Singular.
slack: Option<SlackConnectorProfileProperties>The connector-specific properties required by Slack.
snowflake: Option<SnowflakeConnectorProfileProperties>The connector-specific properties required by Snowflake.
trendmicro: Option<TrendmicroConnectorProfileProperties>The connector-specific properties required by Trend Micro.
veeva: Option<VeevaConnectorProfileProperties>The connector-specific properties required by Veeva.
zendesk: Option<ZendeskConnectorProfileProperties>The connector-specific properties required by Zendesk.
sapo_data: Option<SapoDataConnectorProfileProperties>The connector-specific profile properties required when using SAPOData.
custom_connector: Option<CustomConnectorProfileProperties>The properties required by the custom connector.
pardot: Option<PardotConnectorProfileProperties>The connector-specific properties required by Salesforce Pardot.
Implementations§
source§impl ConnectorProfileProperties
impl ConnectorProfileProperties
sourcepub fn amplitude(&self) -> Option<&AmplitudeConnectorProfileProperties>
pub fn amplitude(&self) -> Option<&AmplitudeConnectorProfileProperties>
The connector-specific properties required by Amplitude.
sourcepub fn datadog(&self) -> Option<&DatadogConnectorProfileProperties>
pub fn datadog(&self) -> Option<&DatadogConnectorProfileProperties>
The connector-specific properties required by Datadog.
sourcepub fn dynatrace(&self) -> Option<&DynatraceConnectorProfileProperties>
pub fn dynatrace(&self) -> Option<&DynatraceConnectorProfileProperties>
The connector-specific properties required by Dynatrace.
sourcepub fn google_analytics(
&self,
) -> Option<&GoogleAnalyticsConnectorProfileProperties>
pub fn google_analytics( &self, ) -> Option<&GoogleAnalyticsConnectorProfileProperties>
The connector-specific properties required Google Analytics.
sourcepub fn honeycode(&self) -> Option<&HoneycodeConnectorProfileProperties>
pub fn honeycode(&self) -> Option<&HoneycodeConnectorProfileProperties>
The connector-specific properties required by Amazon Honeycode.
sourcepub fn infor_nexus(&self) -> Option<&InforNexusConnectorProfileProperties>
pub fn infor_nexus(&self) -> Option<&InforNexusConnectorProfileProperties>
The connector-specific properties required by Infor Nexus.
sourcepub fn marketo(&self) -> Option<&MarketoConnectorProfileProperties>
pub fn marketo(&self) -> Option<&MarketoConnectorProfileProperties>
The connector-specific properties required by Marketo.
sourcepub fn redshift(&self) -> Option<&RedshiftConnectorProfileProperties>
pub fn redshift(&self) -> Option<&RedshiftConnectorProfileProperties>
The connector-specific properties required by Amazon Redshift.
sourcepub fn salesforce(&self) -> Option<&SalesforceConnectorProfileProperties>
pub fn salesforce(&self) -> Option<&SalesforceConnectorProfileProperties>
The connector-specific properties required by Salesforce.
sourcepub fn service_now(&self) -> Option<&ServiceNowConnectorProfileProperties>
pub fn service_now(&self) -> Option<&ServiceNowConnectorProfileProperties>
The connector-specific properties required by serviceNow.
sourcepub fn singular(&self) -> Option<&SingularConnectorProfileProperties>
pub fn singular(&self) -> Option<&SingularConnectorProfileProperties>
The connector-specific properties required by Singular.
sourcepub fn slack(&self) -> Option<&SlackConnectorProfileProperties>
pub fn slack(&self) -> Option<&SlackConnectorProfileProperties>
The connector-specific properties required by Slack.
sourcepub fn snowflake(&self) -> Option<&SnowflakeConnectorProfileProperties>
pub fn snowflake(&self) -> Option<&SnowflakeConnectorProfileProperties>
The connector-specific properties required by Snowflake.
sourcepub fn trendmicro(&self) -> Option<&TrendmicroConnectorProfileProperties>
pub fn trendmicro(&self) -> Option<&TrendmicroConnectorProfileProperties>
The connector-specific properties required by Trend Micro.
sourcepub fn veeva(&self) -> Option<&VeevaConnectorProfileProperties>
pub fn veeva(&self) -> Option<&VeevaConnectorProfileProperties>
The connector-specific properties required by Veeva.
sourcepub fn zendesk(&self) -> Option<&ZendeskConnectorProfileProperties>
pub fn zendesk(&self) -> Option<&ZendeskConnectorProfileProperties>
The connector-specific properties required by Zendesk.
sourcepub fn sapo_data(&self) -> Option<&SapoDataConnectorProfileProperties>
pub fn sapo_data(&self) -> Option<&SapoDataConnectorProfileProperties>
The connector-specific profile properties required when using SAPOData.
sourcepub fn custom_connector(&self) -> Option<&CustomConnectorProfileProperties>
pub fn custom_connector(&self) -> Option<&CustomConnectorProfileProperties>
The properties required by the custom connector.
sourcepub fn pardot(&self) -> Option<&PardotConnectorProfileProperties>
pub fn pardot(&self) -> Option<&PardotConnectorProfileProperties>
The connector-specific properties required by Salesforce Pardot.
source§impl ConnectorProfileProperties
impl ConnectorProfileProperties
sourcepub fn builder() -> ConnectorProfilePropertiesBuilder
pub fn builder() -> ConnectorProfilePropertiesBuilder
Creates a new builder-style object to manufacture ConnectorProfileProperties.
Trait Implementations§
source§impl Clone for ConnectorProfileProperties
impl Clone for ConnectorProfileProperties
source§fn clone(&self) -> ConnectorProfileProperties
fn clone(&self) -> ConnectorProfileProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ConnectorProfileProperties
impl Debug for ConnectorProfileProperties
source§impl PartialEq for ConnectorProfileProperties
impl PartialEq for ConnectorProfileProperties
source§fn eq(&self, other: &ConnectorProfileProperties) -> bool
fn eq(&self, other: &ConnectorProfileProperties) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConnectorProfileProperties
Auto Trait Implementations§
impl Freeze for ConnectorProfileProperties
impl RefUnwindSafe for ConnectorProfileProperties
impl Send for ConnectorProfileProperties
impl Sync for ConnectorProfileProperties
impl Unpin for ConnectorProfileProperties
impl UnwindSafe for ConnectorProfileProperties
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more