FlowSourceFlowConfigArgs

data class FlowSourceFlowConfigArgs(val apiVersion: Output<String>? = null, val connectorProfileName: Output<String>? = null, val connectorType: Output<String>, val incrementalPullConfig: Output<FlowSourceFlowConfigIncrementalPullConfigArgs>? = null, val sourceConnectorProperties: Output<FlowSourceFlowConfigSourceConnectorPropertiesArgs>) : ConvertibleToJava<FlowSourceFlowConfigArgs>

Constructors

Link copied to clipboard
constructor(apiVersion: Output<String>? = null, connectorProfileName: Output<String>? = null, connectorType: Output<String>, incrementalPullConfig: Output<FlowSourceFlowConfigIncrementalPullConfigArgs>? = null, sourceConnectorProperties: Output<FlowSourceFlowConfigSourceConnectorPropertiesArgs>)

Properties

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

API version that the destination connector uses.

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

Name of the connector profile. This name must be unique for each connector profile in the AWS account.

Link copied to clipboard
val connectorType: Output<String>

Type of connector, such as Salesforce, Amplitude, and so on. Valid values are Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, and CustomConnector.

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. See Incremental Pull Config for more details.

Link copied to clipboard

Information that is required to query a particular source connector. See Source Connector Properties for details.

Functions

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