AWS::AppFlow::Flow SourceFlowConfig
Contains information about the configuration of the source connector used in the flow.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApiVersion" :String, "ConnectorProfileName" :String, "ConnectorType" :String, "IncrementalPullConfig" :IncrementalPullConfig, "SourceConnectorProperties" :SourceConnectorProperties}
YAML
ApiVersion:StringConnectorProfileName:StringConnectorType:StringIncrementalPullConfig:IncrementalPullConfigSourceConnectorProperties:SourceConnectorProperties
Properties
ApiVersion-
The API version of the connector when it's used as a source in the flow.
Required: No
Type: String
Maximum:
256Pattern:
\S+Update requires: No interruption
ConnectorProfileName-
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
Required: No
Type: String
Maximum:
256Pattern:
[\w/!@#+=.-]+Update requires: No interruption
ConnectorType-
The type of connector, such as Salesforce, Amplitude, and so on.
Required: Yes
Type: String
Allowed values:
Amplitude | CustomConnector | CustomerProfiles | Datadog | Dynatrace | EventBridge | Googleanalytics | Honeycode | Infornexus | LookoutMetrics | Marketo | Pardot | Redshift | S3 | Salesforce | SAPOData | Servicenow | Singular | Slack | Snowflake | Trendmicro | Upsolver | Veeva | ZendeskUpdate requires: No interruption
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.
Required: No
Type: IncrementalPullConfig
Update requires: No interruption
SourceConnectorProperties-
Specifies the information that is required to query a particular source connector.
Required: Yes
Type: SourceConnectorProperties
Update requires: No interruption
See also
-
SourceFlowConfig in the Amazon AppFlow API Reference.