outputErrorPolicy

@JvmName(name = "kjadntnexucnmqbb")
suspend fun outputErrorPolicy(value: Output<String>)
@JvmName(name = "ejpmsxjbhpauults")
suspend fun outputErrorPolicy(value: String?)

Parameters

value

Specifies the policy which should be applied to events which arrive at the output and cannot be written to the external storage due to being malformed (such as missing column values, column values of wrong type or size). Possible values are Drop and Stop. Default is Drop.