Struct aws_sdk_appflow::model::ConnectorProfileProperties
source · [−]#[non_exhaustive]pub struct ConnectorProfileProperties {Show 18 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>,
}
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.
Implementations
sourceimpl 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.
sourceimpl ConnectorProfileProperties
impl ConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectorProfileProperties
Trait Implementations
sourceimpl Clone for ConnectorProfileProperties
impl Clone for ConnectorProfileProperties
sourcefn clone(&self) -> ConnectorProfileProperties
fn clone(&self) -> ConnectorProfileProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ConnectorProfileProperties
impl Debug for ConnectorProfileProperties
sourceimpl PartialEq<ConnectorProfileProperties> for ConnectorProfileProperties
impl PartialEq<ConnectorProfileProperties> for ConnectorProfileProperties
sourcefn eq(&self, other: &ConnectorProfileProperties) -> bool
fn eq(&self, other: &ConnectorProfileProperties) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ConnectorProfileProperties) -> bool
fn ne(&self, other: &ConnectorProfileProperties) -> bool
This method tests for !=
.
impl StructuralPartialEq for ConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for ConnectorProfileProperties
impl Send for ConnectorProfileProperties
impl Sync for ConnectorProfileProperties
impl Unpin for ConnectorProfileProperties
impl UnwindSafe for ConnectorProfileProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more