Class CfnCapability.EdiTypeProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCapability.EdiTypeProperty : CfnCapability.IEdiTypeProperty
Syntax (vb)
Public Class CfnCapability.EdiTypeProperty Implements CfnCapability.IEdiTypeProperty
Remarks
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 ediTypeProperty = new EdiTypeProperty {
X12Details = new X12DetailsProperty {
TransactionSet = "transactionSet",
Version = "version"
}
};
Synopsis
Constructors
| EdiTypeProperty() |
Properties
| X12Details |
Constructors
EdiTypeProperty()
public EdiTypeProperty()
Remarks
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 ediTypeProperty = new EdiTypeProperty {
X12Details = new X12DetailsProperty {
TransactionSet = "transactionSet",
Version = "version"
}
};
Properties
X12Details
public object X12Details { get; set; }