interface FormatOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.B2BI.CfnTransformerPropsMixin.FormatOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsb2bi#CfnTransformerPropsMixin_FormatOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnTransformerPropsMixin.FormatOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_b2bi.CfnTransformerPropsMixin.FormatOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_b2bi » CfnTransformerPropsMixin » 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/cfn-property-mixins';
const formatOptionsProperty: b2bi.CfnTransformerPropsMixin.FormatOptionsProperty = {
x12: {
transactionSet: 'transactionSet',
version: 'version',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| x12? | IResolvable | X12 |
x12?
Type:
IResolvable | X12
(optional)

.NET
Go
Java
Python
TypeScript