interface SAPODataParallelismConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnFlow.SAPODataParallelismConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_SAPODataParallelismConfigProperty |
Java | software.amazon.awscdk.services.appflow.CfnFlow.SAPODataParallelismConfigProperty |
Python | aws_cdk.aws_appflow.CfnFlow.SAPODataParallelismConfigProperty |
TypeScript | aws-cdk-lib » aws_appflow » CfnFlow » SAPODataParallelismConfigProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const sAPODataParallelismConfigProperty: appflow.CfnFlow.SAPODataParallelismConfigProperty = {
maxParallelism: 123,
};
Properties
Name | Type | Description |
---|---|---|
max | number | The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application. |
maxParallelism
Type:
number
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.