FlowSapoDataPaginationConfigArgs

data class FlowSapoDataPaginationConfigArgs(val maxPageSize: Output<Int>) : ConvertibleToJava<FlowSapoDataPaginationConfigArgs>

SAP Source connector page size

Constructors

Link copied to clipboard
constructor(maxPageSize: Output<Int>)

Properties

Link copied to clipboard
val maxPageSize: Output<Int>

The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.

Functions

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