IntegrationSourceFlowConfig

data class IntegrationSourceFlowConfig(val connectorProfileName: String? = null, val connectorType: IntegrationConnectorType, val incrementalPullConfig: IntegrationIncrementalPullConfig? = null, val sourceConnectorProperties: IntegrationSourceConnectorProperties)

Constructors

Link copied to clipboard
constructor(connectorProfileName: String? = null, connectorType: IntegrationConnectorType, incrementalPullConfig: IntegrationIncrementalPullConfig? = null, sourceConnectorProperties: IntegrationSourceConnectorProperties)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .

Link copied to clipboard

The type of connector, such as Salesforce, Marketo, and so on.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the information that is required to query a particular source connector.