AWS::AppFlow::Flow SAPODataParallelismConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::AppFlow::Flow SAPODataParallelismConfig

Sets the number of concurrent processes that transfer 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 CloudFormation template, use the following syntax:

JSON

{ "maxParallelism" : Integer }

YAML

maxParallelism: Integer

Properties

maxParallelism

The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 10

Update requires: No interruption