interface X12SplitOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnTransformer.X12SplitOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnTransformer_X12SplitOptionsProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnTransformer.X12SplitOptionsProperty |
![]() | aws_cdk.aws_b2bi.CfnTransformer.X12SplitOptionsProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnTransformer » X12SplitOptionsProperty |
Contains options for splitting X12 EDI files into smaller units.
This is useful for processing large EDI files more efficiently.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_b2bi as b2bi } from 'aws-cdk-lib';
const x12SplitOptionsProperty: b2bi.CfnTransformer.X12SplitOptionsProperty = {
splitBy: 'splitBy',
};
Properties
Name | Type | Description |
---|---|---|
split | string | Specifies the method used to split X12 EDI files. |
splitBy?
Type:
string
(optional)
Specifies the method used to split X12 EDI files.
Valid values include TRANSACTION
(split by individual transaction sets), or NONE
(no splitting).