Class CfnTransformer.OutputConversionProperty
Inheritance
Implements
Namespace: Amazon.CDK.AwsB2Bi
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OutputConversionProperty : Object, CfnTransformer.IOutputConversionProperty
Syntax (vb)
Public Class OutputConversionProperty
Inherits Object
Implements CfnTransformer.IOutputConversionProperty
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 outputConversionProperty = new OutputConversionProperty {
ToFormat = "toFormat",
// the properties below are optional
FormatOptions = new FormatOptionsProperty {
X12 = new X12DetailsProperty {
TransactionSet = "transactionSet",
Version = "version"
}
}
};
Synopsis
Constructors
Output |
Properties
Format |
|
To |
Constructors
OutputConversionProperty()
public OutputConversionProperty()
Properties
FormatOptions
public object FormatOptions { get; set; }
Property Value
System.
Remarks
ToFormat
public string ToFormat { get; set; }
Property Value
System.