incrementalPullConfig

@JvmName(name = "dknnrmtkjeskgexl")
suspend fun incrementalPullConfig(value: Output<FlowSourceFlowConfigIncrementalPullConfigArgs>)
@JvmName(name = "afglfxdpbnxjthla")
suspend fun incrementalPullConfig(value: FlowSourceFlowConfigIncrementalPullConfigArgs?)

Parameters

value

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.


@JvmName(name = "cpwniottpmkvswar")
suspend fun incrementalPullConfig(argument: suspend FlowSourceFlowConfigIncrementalPullConfigArgsBuilder.() -> Unit)

Parameters

argument

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.