Show / Hide Table of Contents

Interface CfnTransformer.IX12SplitOptionsProperty

Contains options for splitting X12 EDI files into smaller units.

Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTransformer.IX12SplitOptionsProperty
Syntax (vb)
Public Interface CfnTransformer.IX12SplitOptionsProperty
Remarks

This is useful for processing large EDI files more efficiently.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12splitoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.B2BI;

             var x12SplitOptionsProperty = new X12SplitOptionsProperty {
                 SplitBy = "splitBy"
             };

Synopsis

Properties

SplitBy

Specifies the method used to split X12 EDI files.

Properties

SplitBy

Specifies the method used to split X12 EDI files.

string? SplitBy { get; }
Property Value

string

Remarks

Valid values include TRANSACTION (split by individual transaction sets), or NONE (no splitting).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12splitoptions.html#cfn-b2bi-transformer-x12splitoptions-splitby

Back to top Generated by DocFX