IntegrationSourceFlowConfigArgs

data class IntegrationSourceFlowConfigArgs(val connectorProfileName: Output<String>? = null, val connectorType: Output<IntegrationConnectorType>, val incrementalPullConfig: Output<IntegrationIncrementalPullConfigArgs>? = null, val sourceConnectorProperties: Output<IntegrationSourceConnectorPropertiesArgs>) : ConvertibleToJava<IntegrationSourceFlowConfigArgs>

Constructors

Link copied to clipboard
constructor(connectorProfileName: Output<String>? = null, connectorType: Output<IntegrationConnectorType>, incrementalPullConfig: Output<IntegrationIncrementalPullConfigArgs>? = null, sourceConnectorProperties: Output<IntegrationSourceConnectorPropertiesArgs>)

Properties

Link copied to clipboard
val connectorProfileName: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationSourceFlowConfigArgs