This is the new AWS 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 SAPODataSourceProperties
The properties that are applied when using SAPOData as a flow source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ObjectPath" :String, "paginationConfig" :SAPODataPaginationConfig, "parallelismConfig" :SAPODataParallelismConfig}
YAML
ObjectPath:StringpaginationConfig:SAPODataPaginationConfigparallelismConfig:SAPODataParallelismConfig
Properties
- ObjectPath
- 
                    The object path specified in the SAPOData flow source. Required: Yes Type: String Pattern: \S+Maximum: 512Update requires: No interruption 
- paginationConfig
- 
                    Sets the page size for each concurrent process that transfers OData records from your SAP instance. Required: No Type: SAPODataPaginationConfig Update requires: No interruption 
- parallelismConfig
- 
                    Sets the number of concurrent processes that transfers OData records from your SAP instance. Required: No Type: SAPODataParallelismConfig Update requires: No interruption