Interface CfnFlow.SAPODataParallelismConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.SAPODataParallelismConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.SAPODataParallelismConfigProperty
extends software.amazon.jsii.JsiiSerializable
SAP Source connector parallelism factor.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
SAPODataParallelismConfigProperty sAPODataParallelismConfigProperty = SAPODataParallelismConfigProperty.builder()
.maxParallelism(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.SAPODataParallelismConfigPropertystatic final classAn implementation forCfnFlow.SAPODataParallelismConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxParallelism
- See Also:
-
builder
-