Sap Cloud For Customer Sink Args
data class SapCloudForCustomerSinkArgs(val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, SapCloudForCustomerSinkWriteBehavior>>? = null) : ConvertibleToJava<SapCloudForCustomerSinkArgs>
A copy activity SAP Cloud for Customer sink.
Constructors
Link copied to clipboard
fun SapCloudForCustomerSinkArgs(disableMetricsCollection: Output<Any>? = null, httpRequestTimeout: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null, writeBehavior: Output<Either<String, SapCloudForCustomerSinkWriteBehavior>>? = null)