Struct aws_sdk_appflow::model::SourceFlowConfig
source · [−]#[non_exhaustive]pub struct SourceFlowConfig {
pub connector_type: Option<ConnectorType>,
pub connector_profile_name: Option<String>,
pub source_connector_properties: Option<SourceConnectorProperties>,
pub incremental_pull_config: Option<IncrementalPullConfig>,
}
Expand description
Contains information about the configuration of the source connector used in the flow.
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.connector_type: Option<ConnectorType>
The type of connector, such as Salesforce, Amplitude, and so on.
connector_profile_name: Option<String>
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
source_connector_properties: Option<SourceConnectorProperties>
Specifies the information that is required to query a particular source connector.
incremental_pull_config: Option<IncrementalPullConfig>
Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
Implementations
The type of connector, such as Salesforce, Amplitude, and so on.
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
Specifies the information that is required to query a particular source connector.
Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
Creates a new builder-style object to manufacture SourceFlowConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SourceFlowConfig
impl Send for SourceFlowConfig
impl Sync for SourceFlowConfig
impl Unpin for SourceFlowConfig
impl UnwindSafe for SourceFlowConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more