AWS::AppFlow::Flow SAPODataPaginationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::AppFlow::Flow SAPODataPaginationConfig

Sets the page size for each concurrent process that transfers OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "maxPageSize" : Integer }

YAML

maxPageSize: Integer

Properties

maxPageSize

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.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 10000

Update requires: No interruption