interface FormatOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnTransformer.FormatOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnTransformer_FormatOptionsProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnTransformer.FormatOptionsProperty |
![]() | aws_cdk.aws_b2bi.CfnTransformer.FormatOptionsProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnTransformer » FormatOptionsProperty |
A structure that contains the X12 transaction set and version.
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 formatOptionsProperty: b2bi.CfnTransformer.FormatOptionsProperty = {
x12: {
transactionSet: 'transactionSet',
version: 'version',
},
};
Properties
Name | Type | Description |
---|---|---|
x12 | IResolvable | X12 |
x12
Type:
IResolvable
|
X12