Show / Hide Table of Contents

Interface CfnPartnership.IX12InboundEdiOptionsProperty

Contains options specific to processing inbound X12 EDI files.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12inboundedioptions.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 x12InboundEdiOptionsProperty = new X12InboundEdiOptionsProperty {
                 AcknowledgmentOptions = new X12AcknowledgmentOptionsProperty {
                     FunctionalAcknowledgment = "functionalAcknowledgment",
                     TechnicalAcknowledgment = "technicalAcknowledgment"
                 }
             };

Synopsis

Properties

AcknowledgmentOptions

Specifies acknowledgment options for inbound X12 EDI files.

Properties

AcknowledgmentOptions

Specifies acknowledgment options for inbound X12 EDI files.

object? AcknowledgmentOptions { get; }
Property Value

object

Remarks

These options control how functional and technical acknowledgments are handled.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12inboundedioptions.html#cfn-b2bi-partnership-x12inboundedioptions-acknowledgmentoptions

Type union: either IResolvable or CfnPartnership.IX12AcknowledgmentOptionsProperty

Back to top Generated by DocFX