interface CapabilityOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnPartnership.CapabilityOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnPartnership_CapabilityOptionsProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnPartnership.CapabilityOptionsProperty |
![]() | aws_cdk.aws_b2bi.CfnPartnership.CapabilityOptionsProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnPartnership » CapabilityOptionsProperty |
Contains the details for an Outbound EDI capability.
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 capabilityOptionsProperty: b2bi.CfnPartnership.CapabilityOptionsProperty = {
inboundEdi: {
x12: {
acknowledgmentOptions: {
functionalAcknowledgment: 'functionalAcknowledgment',
technicalAcknowledgment: 'technicalAcknowledgment',
},
},
},
outboundEdi: {
x12: {
common: {
controlNumbers: {
startingFunctionalGroupControlNumber: 123,
startingInterchangeControlNumber: 123,
startingTransactionSetControlNumber: 123,
},
delimiters: {
componentSeparator: 'componentSeparator',
dataElementSeparator: 'dataElementSeparator',
segmentTerminator: 'segmentTerminator',
},
functionalGroupHeaders: {
applicationReceiverCode: 'applicationReceiverCode',
applicationSenderCode: 'applicationSenderCode',
responsibleAgencyCode: 'responsibleAgencyCode',
},
gs05TimeFormat: 'gs05TimeFormat',
interchangeControlHeaders: {
acknowledgmentRequestedCode: 'acknowledgmentRequestedCode',
receiverId: 'receiverId',
receiverIdQualifier: 'receiverIdQualifier',
repetitionSeparator: 'repetitionSeparator',
senderId: 'senderId',
senderIdQualifier: 'senderIdQualifier',
usageIndicatorCode: 'usageIndicatorCode',
},
validateEdi: false,
},
wrapOptions: {
lineLength: 123,
lineTerminator: 'lineTerminator',
wrapBy: 'wrapBy',
},
},
},
};
Properties
Name | Type | Description |
---|---|---|
inbound | IResolvable | Inbound | A structure that contains the inbound EDI options for the capability. |
outbound | IResolvable | Outbound | A structure that contains the outbound EDI options. |
inboundEdi?
Type:
IResolvable
|
Inbound
(optional)
A structure that contains the inbound EDI options for the capability.
outboundEdi?
Type:
IResolvable
|
Outbound
(optional)
A structure that contains the outbound EDI options.