errorHandlingConfig

@JvmName(name = "cvhdwhfwyhptatuc")
suspend fun errorHandlingConfig(value: Output<FlowErrorHandlingConfigArgs>)
@JvmName(name = "qyonlnlkyingbjss")
suspend fun errorHandlingConfig(value: FlowErrorHandlingConfigArgs?)

Parameters

value

The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.


@JvmName(name = "ewyuuhnefrrisnat")
suspend fun errorHandlingConfig(argument: suspend FlowErrorHandlingConfigArgsBuilder.() -> Unit)

Parameters

argument

The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.